Bladeren bron

修改bug

chenrui 2 jaren geleden
bovenliggende
commit
550ba69fb2
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/productManagement/productInfo/offlineImportModal.vue

+ 2 - 2
src/views/productManagement/productInfo/offlineImportModal.vue

@@ -131,8 +131,8 @@ export default {
       nowUnColumns: [
         { title: '序号', dataIndex: 'no', width: '3%', align: 'center' },
         { title: '产品编码', dataIndex: 'code', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '通用编码', dataIndex: 'origCode', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '备注', dataIndex: 'errorMsg', width: '5%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '通用编码', dataIndex: 'commonCode', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '备注', dataIndex: 'remark', width: '5%', align: 'center', customRender: function (text) { return text || '--' } }
       ],
       unLoadData: [],
       loading: false,