From 5feb5be9ddb7c15ee5dac774d4d4e448f1f195e6 Mon Sep 17 00:00:00 2001
From: DanceLynx <15500785170@163.com>
Date: Sun, 23 Feb 2025 17:28:54 +0000
Subject: [PATCH] =?UTF-8?q?update=20admin/src/views/dev=5Ftools/code/edit.?=
 =?UTF-8?q?vue.=20=E5=AF=BC=E8=87=B4=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B9?=
 =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: DanceLynx <15500785170@163.com>
---
 admin/src/views/dev_tools/code/edit.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/dev_tools/code/edit.vue b/admin/src/views/dev_tools/code/edit.vue
index 80fe1f96..9d989711 100644
--- a/admin/src/views/dev_tools/code/edit.vue
+++ b/admin/src/views/dev_tools/code/edit.vue
@@ -182,9 +182,9 @@
                                         <el-option
                                             v-for="(item, index) in optionsData.dictType"
                                             :key="index"
-                                            :label="item.dictName"
-                                            :value="item.dictType"
-                                            :disabled="!item.dictStatus"
+                                            :label="item.name"
+                                            :value="item.type"
+                                            :disabled="!item.status"
                                         />
                                     </el-select>
                                 </template>
-- 
Gitee