diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue
index 32f5641..340bc44 100644
--- a/src/views/dataCenter/goods/Index.vue
+++ b/src/views/dataCenter/goods/Index.vue
@@ -237,6 +237,15 @@
{{ text == 0 ? '待处理' : text == 1 ? '已入池' : '未入池' }}
+
+
+ {{ text == 0 ? '待处理' : '已归类' }}
+
+
{{
@@ -322,9 +331,17 @@ const columns = [
sorter: true,
},
{
- title: '商品池',
+ title: '类别',
width: '80px',
+ dataIndex: 'cate_status',
+ sorter: true,
+ scopedSlots: { customRender: 'cate_status' },
+ },
+ {
+ title: '商品池',
+ width: '100px',
dataIndex: 'is_pool',
+ sorter: true,
scopedSlots: { customRender: 'is_pool' },
},
{