From bf4210415938bc034d0a192b8ba193b5c3d1b66f Mon Sep 17 00:00:00 2001
From: fanfan
Date: Thu, 11 Apr 2024 11:41:43 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9C=80=E6=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dataCenter/goods/Index.vue | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
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' },
},
{