From 740c68d6998daa6aad1ccacef13a58dc1b56bdb0 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 21 Mar 2026 14:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=B1=BB=E5=9E=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=96=B0=E5=A2=9E=E6=8A=BD=E5=B1=89=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/api/system/dict.ts | 2 + src/views/system/dict/detail.vue | 203 +++++++++++++++++++++++++++++++ src/views/system/dict/index.vue | 29 ++++- 3 files changed, 228 insertions(+), 6 deletions(-) create mode 100644 src/views/system/dict/detail.vue diff --git a/src/types/api/system/dict.ts b/src/types/api/system/dict.ts index fb1d7d3..cf02597 100644 --- a/src/types/api/system/dict.ts +++ b/src/types/api/system/dict.ts @@ -21,6 +21,8 @@ export interface DictDataQueryParams extends PageDomain { dictName?: string; /** 字典标签 */ dictLabel?: string; + /** 字典类型 */ + dictType?: string; /** 状态 */ status?: string; } diff --git a/src/views/system/dict/detail.vue b/src/views/system/dict/detail.vue new file mode 100644 index 0000000..f3cd186 --- /dev/null +++ b/src/views/system/dict/detail.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index aaf2e3d..1942014 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -106,11 +106,11 @@ - + - + @@ -176,10 +177,13 @@ + +