Andrew Wallo 6 个月前
父节点
当前提交
e255afccf2

+ 0
- 1
app/Filament/Company/Resources/Accounting/TransactionResource/RelationManagers/JournalEntriesRelationManager.php 查看文件

40
                     ->label('Amount')
40
                     ->label('Amount')
41
                     ->weight(FontWeight::SemiBold)
41
                     ->weight(FontWeight::SemiBold)
42
                     ->sortable()
42
                     ->sortable()
43
-                    ->alignRight()
44
                     ->currency(CurrencyAccessor::getDefaultCurrency()),
43
                     ->currency(CurrencyAccessor::getDefaultCurrency()),
45
                 Tables\Columns\TextColumn::make('created_at')
44
                 Tables\Columns\TextColumn::make('created_at')
46
                     ->label('Created at')
45
                     ->label('Created at')

正在加载...
取消
保存