Browse Source

bug 修复

lilei 2 years ago
parent
commit
27bc7278b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/productPricing/chooseImportModal.vue

+ 1 - 1
src/views/productManagement/productPricing/chooseImportModal.vue

@@ -106,7 +106,7 @@ export default {
         { title: '特约价', dataIndex: 'specialPrice', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '终端价', dataIndex: 'terminalPrice', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '车主价', dataIndex: 'carOwnersPrice', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
-        { title: '备注', dataIndex: 'errorDesc', width: '22%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '备注', dataIndex: 'errorMsg', width: '22%', align: 'center', customRender: function (text) { return text || '--' } }
       ],
       unLoadData: [],
       loading: false