From 4bd079c4c2b2bd8a2d5bdf8b65e6df01877ec26a Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:33:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(dict):=20=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=AE=A1=E7=90=86=E5=92=8C=E5=AD=97=E5=85=B8=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现字典类型管理页面,支持增删改查 - 实现字典数据详情页面,支持数据管理 - 添加字典类型可点击链接跳转到详情页面 - 支持状态切换开关和确认操作 - 实现标签类型动态颜色显示功能 - 采用紧凑表单布局和统一按钮样式 --- src/views/system/dict/data.vue | 1088 +++++++++++++++++++++++++++++++ src/views/system/dict/index.vue | 899 +++++++++++++++++++++++++ 2 files changed, 1987 insertions(+) create mode 100644 src/views/system/dict/data.vue create mode 100644 src/views/system/dict/index.vue diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue new file mode 100644 index 0000000..fb8c943 --- /dev/null +++ b/src/views/system/dict/data.vue @@ -0,0 +1,1088 @@ + + + + + diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue new file mode 100644 index 0000000..6d7dd3a --- /dev/null +++ b/src/views/system/dict/index.vue @@ -0,0 +1,899 @@ + + + + +