Browse Source

报关品名字段更改

jbb 2 years ago
parent
commit
ac09d38d77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shipment-details/shipmentList.vue

+ 1 - 1
src/views/shipment-details/shipmentList.vue

@@ -439,7 +439,7 @@ export default {
         },
         {
           title: '报关品名',
-          dataIndex: 'chineseName',
+          dataIndex: 'declarationName',
           width: 120,
           className: 'replacecolor'
         },