Browse Source

成本分配列表-修改表格字段

jingbb 8 months ago
parent
commit
0ade94cbc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/cost-allocation-total/list.vue

+ 2 - 2
src/views/cost-allocation-total/list.vue

@@ -235,8 +235,8 @@ export default {
         { title: '责任单位事故金额($)', width: 170, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
         { title: '公司承担事故金额(¥)', width: 170, dataIndex: 'pkorgAmountrmb', ellipsis: true, className: 'replacecolor' },
         { title: '公司承担事故金额($)', width: 170, dataIndex: 'pkorgAmount', ellipsis: true, className: 'replacecolor' },
-        { title: '标记(A)', width: 90, dataIndex: 'Ba', ellipsis: true, className: 'replacecolor' },
-        { title: '标记(B)', width: 90, dataIndex: 'Bb', ellipsis: true, className: 'replacecolor' },
+        { title: '标记(A)', width: 90, dataIndex: 'signA', ellipsis: true, className: 'replacecolor' },
+        { title: '标记(B)', width: 90, dataIndex: 'signB', ellipsis: true, className: 'replacecolor' },
         { title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
         { title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },