Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
ea306aca38

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/chooseImportModal.vue

@@ -138,7 +138,7 @@ export default {
         { title: '产品名称', dataIndex: 'product.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '起订类型', scopedSlots: { customRender: 'unitTypeShow' }, dataIndex: 'unitType', width: '10%', align: 'center' },
         { title: '起订数量', dataIndex: 'unitQty', width: '10%', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
-        { title: '错误说明', dataIndex: 'importErrorMsgSet', width: '30%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true }
+        { title: '错误说明', dataIndex: 'remarks', width: '30%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true }
       ]
       if (_this.goodsFlag == '0' && _this.discountType == '0') {
         unColumnsArr.splice(3, 0, { title: '省级特价', dataIndex: 'provinceDiscountPriceText', width: '10%', align: 'right', customRender: function (text) { return text || '--' } },