Sfoglia il codice sorgente

删除商品类别自定义一

15102826049 2 mesi fa
parent
commit
8ebbec4b31
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jshERP-web/src/views/stock/utils/table.js

+ 1 - 1
jshERP-web/src/views/stock/utils/table.js

@@ -82,7 +82,7 @@ const table = {
     { dataIndex: 'position', title: '仓库货架' },
   ],
   checkGoodsColumns: [
-    { dataIndex: 'categoryName', title: '商品类别', scopedSlots: { customRender: 'categoryName' } },
+    { dataIndex: 'categoryName', title: '商品类别' },
     { dataIndex: 'name', title: '商品名称' },
     { dataIndex: 'systemSku', title: '系统SKU' },
     { dataIndex: 'batchNumber', title: '批次号' },