From 48054e04f9c4bb8f4b9feaae4bbb15d7c81c8210 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Sun, 7 Jul 2024 00:28:41 +0800 Subject: [PATCH] fix: perfect dict menu --- package.json | 2 +- .../components/DictContentModal.vue | 148 ------------------ .../dictionary/components/DictModal.vue | 26 ++- src/views/setting/dictionary/index.vue | 20 ++- 4 files changed, 36 insertions(+), 160 deletions(-) delete mode 100644 src/views/setting/dictionary/components/DictContentModal.vue diff --git a/package.json b/package.json index f3b5d34..2c96114 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nova-admin", "type": "module", - "version": "0.9.4", + "version": "0.9.5", "private": true, "description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.", "author": { diff --git a/src/views/setting/dictionary/components/DictContentModal.vue b/src/views/setting/dictionary/components/DictContentModal.vue deleted file mode 100644 index be355b1..0000000 --- a/src/views/setting/dictionary/components/DictContentModal.vue +++ /dev/null @@ -1,148 +0,0 @@ - - - diff --git a/src/views/setting/dictionary/components/DictModal.vue b/src/views/setting/dictionary/components/DictModal.vue index 1b9cac8..0518ddf 100644 --- a/src/views/setting/dictionary/components/DictModal.vue +++ b/src/views/setting/dictionary/components/DictModal.vue @@ -1,12 +1,16 @@ @@ -126,7 +141,10 @@ const rules = { - + + + +