瀏覽代碼

成本分配表-事故单-字段修改

jbb 2 年之前
父節點
當前提交
9c8530831a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportForms/cost-allocation-table.vue

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

@@ -296,7 +296,7 @@ export default {
         {
           title: '单号',
           width: 120,
-          dataIndex: 'accidentNum',
+          dataIndex: 'accidentNumber',
           className: 'replacecolor',
           customCell: this.accidentListCustomCell,
           scopedSlots: { customRender: 'accidentNum' }