chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
550ba69fb2

+ 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,