Browse Source

修改bug

chenrui 2 years ago
parent
commit
44d33c7957
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/productInfoJg/list.vue

+ 1 - 1
src/views/productManagement/productInfoJg/list.vue

@@ -269,7 +269,7 @@ export default {
         // { title: '自定义终端价', dataIndex: 'price1', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         // { title: '自定义车主价', dataIndex: 'price2', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '可用库存', dataIndex: 'currentStockQty', width: '7%', align: 'center', customRender: function (text) { return text || text == 0 ? text : '--' } },
-        { title: '产品状态', dataIndex: 'status', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '产品状态', dataIndex: 'onlineFalgDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '启用状态', scopedSlots: { customRender: 'enabledFlag' }, width: '7%', align: 'center' },
         { title: '产品图片', scopedSlots: { customRender: 'imageUrl' }, width: '6%', align: 'center' },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '12%', align: 'center' }