From 35738d1b2c095b2eca0211efdc4fa59507189e6f Mon Sep 17 00:00:00 2001
From: zhy <luhan1008611>
Date: 星期一, 30 十月 2023 09:33:34 +0800
Subject: [PATCH] feat: 基础信息

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

diff --git a/admin-web/src/views/foundation/classification/items.js b/admin-web/src/views/foundation/classification/items.js
index 82b5b87..37af1b4 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',
     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