Przeglądaj źródła

报关品名字段更改

jbb 2 lat temu
rodzic
commit
ac09d38d77
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
         },