From e80a199894f078f3b0ead5b052ea3ce5d2b9d96e Mon Sep 17 00:00:00 2001
From: luqingyang <lqy5492@163.com>
Date: 星期三, 01 十一月 2023 17:36:06 +0800
Subject: [PATCH] 库存盘点 相关代码

---
 admin-web/src/views/foundation/classification/items.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/admin-web/src/views/foundation/classification/items.js b/admin-web/src/views/foundation/classification/items.js
index 82b5b87..6537de7 100644
--- a/admin-web/src/views/foundation/classification/items.js
+++ b/admin-web/src/views/foundation/classification/items.js
@@ -1,35 +1,35 @@
 export default [
   {
     type: 'text',
-    dataIndex: 'name',
+    dataIndex: 'categoryName',
     label: '鍒嗙被鍚嶇О',
     placeholder: '璇疯緭鍏�',
     defaultValue: ''
   },
   {
     type: 'select',
-    dataIndex: 'status',
+    dataIndex: 'classification',
     label: '绫诲埆',
     placeholder: '璇烽�夋嫨',
-    defaultValue: '1',
+    defaultValue: '',
     options: [
       {
         label: 'A',
-        value: '1'
+        value: 'A'
       },
       {
         label: 'B',
-        value: '2'
+        value: 'B'
       },
       {
         label: 'C',
-        value: '3'
+        value: 'C'
       }
     ]
   },
   {
     type: 'select',
-    dataIndex: 'status',
+    dataIndex: 'states',
     label: '鐘舵��',
     placeholder: '璇烽�夋嫨',
     defaultValue: '1',

--
Gitblit v1.9.1