lilei 1 gadu atpakaļ
vecāks
revīzija
d006578c8c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/numsGoodsShelves/approveStore/list.vue

+ 1 - 1
src/views/numsGoodsShelves/approveStore/list.vue

@@ -114,7 +114,7 @@ export default {
         { title: '营业执照', dataIndex: 'licenseImage', width: '6%', align: 'center', scopedSlots: { customRender: 'imageUrl' } },
         { title: '审核状态', dataIndex: 'auditStatusDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '货架产品', dataIndex: 'priceShowName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '非货架产品', dataIndex: 'nonPriceShowName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '非货架产品', dataIndex: 'nonShelfPriceShowName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '6%', align: 'center' }
       ],
       // 加载数据方法 必须为 Promise 对象