瀏覽代碼

库存预警

chenrui 4 年之前
父節點
當前提交
f3eca1cd0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/inventoryManagement/inventoryWarning/list.vue

+ 1 - 1
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -179,7 +179,7 @@ export default {
         { title: '产品编码', dataIndex: 'productCode', width: 220, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品名称', dataIndex: 'productName', align: 'center', ellipsis: true, customRender: function (text) { return text || '--' } },
         { title: '原厂编码', dataIndex: 'productOrigCode', width: 220, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '产品品牌', dataIndex: 'productBrandName', width: 200, align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '产品品牌', dataIndex: 'brandName', width: 200, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品分类', scopedSlots: { customRender: 'productType' }, width: 200, align: 'center' },
         { title: '实时库存数(个)', dataIndex: 'currentStockQty', width: 130, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '在途数(个)', scopedSlots: { customRender: 'inTransit' }, width: 130, align: 'center' },