Parcourir la source

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

jbb il y a 2 ans
Parent
commit
9c8530831a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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' }