|
|
@@ -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;
|