From bbc899dc45f312e40502b6949ebd5a7b6da50ee1 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 21 Mar 2026 22:07:33 +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 --- ruoyi-ui/src/views/system/dict/detail.vue | 203 ++++++++++++++++++++++ ruoyi-ui/src/views/system/dict/index.vue | 28 ++- 2 files changed, 228 insertions(+), 3 deletions(-) create mode 100644 ruoyi-ui/src/views/system/dict/detail.vue diff --git a/ruoyi-ui/src/views/system/dict/detail.vue b/ruoyi-ui/src/views/system/dict/detail.vue new file mode 100644 index 000000000..b1e3dc96b --- /dev/null +++ b/ruoyi-ui/src/views/system/dict/detail.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/ruoyi-ui/src/views/system/dict/index.vue b/ruoyi-ui/src/views/system/dict/index.vue index 127a17f0c..124050d61 100644 --- a/ruoyi-ui/src/views/system/dict/index.vue +++ b/ruoyi-ui/src/views/system/dict/index.vue @@ -113,9 +113,7 @@ @@ -138,6 +136,13 @@ @click="handleUpdate(scope.row)" v-hasPermi="['system:dict:edit']" >修改 + 列表 取 消 + +