Explorar el Código

feat: NC-43: 余额流水显示的备注不正确.

kevin hace 1 año
padre
commit
bf6557eb20

+ 8 - 2
backendApi/modules/v1/models/lists/finance/BalanceAuditList.php

@@ -138,13 +138,13 @@ class BalanceAuditList extends \common\libs\dataList\DataList implements DataLis
                     },
                 ],
                 'CREATE_REMARK' => [
-                    'header' => '备注',
+                    'header' => '创建备注',
                     'headerOther' => [
                         'width' => '180',
                     ],
                 ],
                 'REMARK_IS_SHOW' => [
-                    'header' => '前台是否显示备注',
+                    'header' => '前台是否显示创建备注',
                     'value' => function ($row) {
                         return (new YesNo([
                             'value' => $row['REMARK_IS_SHOW'],
@@ -195,6 +195,12 @@ class BalanceAuditList extends \common\libs\dataList\DataList implements DataLis
                     },
                     'headerOther' => ['width' => '190'],
                 ],
+                'AUDIT_REMARK' => [
+                    'header' => '创建备注',
+                    'headerOther' => [
+                        'width' => '180',
+                    ],
+                ],
             ];
         }
         return $this->columns;