lilei 1 년 전
부모
커밋
d006578c8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 对象