From f94e14e61c1cc055ccc43e988fa2351380265a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com> Date: Sat, 11 Dec 2021 19:23:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(Dict.vue):=20=E5=AD=97=E5=85=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=94=B9=E9=80=A0=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- src/components/Pagination/index.vue | 4 +- src/layout/components/Sidebar/SidebarItem.vue | 19 +- src/main.ts | 1 + .../{element-ui.scss => element-plus.scss} | 5 + src/styles/index.scss | 2 +- src/views/system/client/index.vue | 4 +- src/views/system/dict/components/Dict.vue | 43 +-- src/views/system/dict/components/DictItem.vue | 299 +++++++++++++++++- src/views/system/dict/index.vue | 46 ++- 10 files changed, 360 insertions(+), 66 deletions(-) rename src/styles/{element-ui.scss => element-plus.scss} (87%) diff --git a/package.json b/package.json index 292aeca6..7c9f6b26 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "dependencies": { "axios": "^0.24.0", - "element-plus": "^1.2.0-beta.3", + "element-plus": "^1.2.0-beta.6", + "@element-plus/icons": "0.0.11", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^6.2.0", diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index a535c799..de745cd2 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -2,8 +2,8 @@
-
+