From 35354344e4934387af1005b95f6ac24dec2c49c2 Mon Sep 17 00:00:00 2001 From: GUjiYN <2946459904@qq.com> Date: Tue, 16 Apr 2024 21:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=B4=9F=E8=B4=A3=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 7 +++--- package.json | 1 + src/views/personal/project/charge.vue | 36 ++++++++++++++++++++++++--- 3 files changed, 38 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6e254e..420878b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "vue3-element-admin", "version": "1.0.0", "dependencies": { + "@element-plus/icons-vue": "^2.3.1", "axios": "1.2.1", "clipboard": "2.0.11", "driver.js": "0.9.8", @@ -537,9 +538,9 @@ } }, "node_modules/@element-plus/icons-vue": { - "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.1.0.tgz", - "integrity": "sha512-PSBn3elNoanENc1vnCfh+3WA9fimRC7n+fWkf3rE5jvv+aBohNHABC/KAR5KWPecxWxDTVT1ERpRbOMRcOV/vA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz", + "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==", "peerDependencies": { "vue": "^3.2.0" } diff --git a/package.json b/package.json index f38ca55..403efa0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { + "@element-plus/icons-vue": "^2.3.1", "axios": "1.2.1", "clipboard": "2.0.11", "driver.js": "0.9.8", diff --git a/src/views/personal/project/charge.vue b/src/views/personal/project/charge.vue index 2e5d319..f751f74 100644 --- a/src/views/personal/project/charge.vue +++ b/src/views/personal/project/charge.vue @@ -2,7 +2,7 @@
@@ -20,14 +20,39 @@
- 查询 - 重置 + + + 查询 + + + + 重置 +
+
@@ -68,6 +93,9 @@ @@ -79,6 +107,7 @@