From ff892d9e24c9bd3b01fa1f239422eaed83cfd191 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 29 Oct 2024 09:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E5=85=B8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=BA=E5=BC=B9=E7=AA=97=E3=80=81=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/routers/modules/staticRouter.ts | 14 -- frontend/src/views/system/dict/data.vue | 136 +++++++++++++------ frontend/src/views/system/dict/index.vue | 57 +++++--- 3 files changed, 130 insertions(+), 77 deletions(-) diff --git a/frontend/src/routers/modules/staticRouter.ts b/frontend/src/routers/modules/staticRouter.ts index be57067..2e03f60 100644 --- a/frontend/src/routers/modules/staticRouter.ts +++ b/frontend/src/routers/modules/staticRouter.ts @@ -116,20 +116,6 @@ export const staticRouter: RouteRecordRaw[] = [ component: () => import("@/components/ErrorMessage/404.vue"), }, ], - }, - { - path: "/system/dict-data/:code/:id(\\d+)", - name: "dictData", - component: () => import("@/views/system/dict/data.vue"), - meta: { - title: "字典数据", - icon: "List", - isLink: "", - isHide: false, - isFull: false, - isAffix: false, - isKeepAlive: false, - }, } ], }, diff --git a/frontend/src/views/system/dict/data.vue b/frontend/src/views/system/dict/data.vue index d62077b..21cd573 100644 --- a/frontend/src/views/system/dict/data.vue +++ b/frontend/src/views/system/dict/data.vue @@ -1,40 +1,42 @@