浏览代码

成本分配列表-字段

jbb 1 年之前
父节点
当前提交
2c76bad8d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/cost-allocation-total/list.vue

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

@@ -207,7 +207,7 @@ export default {
         { title: '事故金额(¥)', width: 120, dataIndex: 'accidentcnyAmount', ellipsis: true, className: 'replacecolor' },
         { title: '事故金额($)', width: 120, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
         { title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
-        { title: '状态', width: 120,fixed: 'right', dataIndex: 'currentState', ellipsis: true, className: 'replacecolor' },
+        { title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },
 
         { title: '操作', width: 120 ,fixed: 'right', dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'action' } },
       ],