Browse Source

修改字段

jbb 2 years ago
parent
commit
e4c2d1edcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

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

@@ -333,7 +333,7 @@ export default {
         { title: '发票号码', width: 180, dataIndex: 'invoiceNum', fixed: 'left', className: 'replacecolor' },
         {
           title: '出运日期',
-          dataIndex: 'outData',
+          dataIndex: 'outdata',
           width: 130,
           className: 'replacecolor'
         },