Explorar el Código

Merge branch 'master' of http://139.196.39.194:9021/chenc/sen-yu-new-web

huxy hace 9 meses
padre
commit
a376f124cb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/cost-allocation-total/list.vue

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

@@ -235,6 +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: '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' },