Andrew Wallo 11 个月前
父节点
当前提交
e2e54a9602
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      resources/views/components/company/tables/reports/cash-flow-statement.blade.php

+ 1
- 1
resources/views/components/company/tables/reports/cash-flow-statement.blade.php 查看文件

@@ -115,7 +115,7 @@
115 115
         <tr>
116 116
             @foreach($accountCategory->summary as $accountCategorySummaryIndex => $accountCategorySummaryCell)
117 117
                 <x-company.tables.cell :alignment-class="$report->getAlignmentClass($accountCategorySummaryIndex)"
118
-                                       bold="true">
118
+                                       bold="true" :underline-bold="$loop->last">
119 119
                     {{ $accountCategorySummaryCell }}
120 120
                 </x-company.tables.cell>
121 121
             @endforeach

正在加载...
取消
保存