浏览代码

成本分配表-事故单-增加人民币和美元列

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

+ 3 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -302,7 +302,9 @@ export default {
           scopedSlots: { customRender: 'accidentNum' }
           scopedSlots: { customRender: 'accidentNum' }
         },
         },
         { title: '事故承担方', width: 120, dataIndex: 'accidentUndertaker', className: 'replacecolor' },
         { title: '事故承担方', width: 120, dataIndex: 'accidentUndertaker', className: 'replacecolor' },
-        { title: '金额', dataIndex: 'amount', width: 120, className: 'replacecolor' }
+        { title: '人民币', width: 120, dataIndex: 'rmbamount', className: 'replacecolor' },
+        { title: '美元', width: 120, dataIndex: 'amount', className: 'replacecolor' },
+        // { title: '金额', dataIndex: 'amount', width: 120, className: 'replacecolor' }
       ],
       ],
       accidentListData: [],
       accidentListData: [],