Andrew Wallo 5 月之前
父節點
當前提交
004fd6b727

+ 0
- 3
app/Filament/Company/Resources/Purchases/BillResource/RelationManagers/PaymentsRelationManager.php 查看文件

244
                     }),
244
                     }),
245
             ])
245
             ])
246
             ->actions([
246
             ->actions([
247
-                Tables\Actions\EditAction::make()
248
-                    ->modalWidth(MaxWidth::TwoExtraLarge)
249
-                    ->after(fn () => $this->dispatch('refresh')),
250
                 Tables\Actions\DeleteAction::make()
247
                 Tables\Actions\DeleteAction::make()
251
                     ->after(fn () => $this->dispatch('refresh')),
248
                     ->after(fn () => $this->dispatch('refresh')),
252
             ])
249
             ])

+ 0
- 3
app/Filament/Company/Resources/Sales/InvoiceResource/RelationManagers/PaymentsRelationManager.php 查看文件

257
                     }),
257
                     }),
258
             ])
258
             ])
259
             ->actions([
259
             ->actions([
260
-                Tables\Actions\EditAction::make()
261
-                    ->modalWidth(MaxWidth::TwoExtraLarge)
262
-                    ->after(fn () => $this->dispatch('refresh')),
263
                 Tables\Actions\DeleteAction::make()
260
                 Tables\Actions\DeleteAction::make()
264
                     ->after(fn () => $this->dispatch('refresh')),
261
                     ->after(fn () => $this->dispatch('refresh')),
265
             ])
262
             ])

Loading…
取消
儲存