瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
27bc7278b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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