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 @@ - 项目1 + 我负责的 @@ -20,14 +20,39 @@ - 查询 - 重置 + + + 查询 + + + + 重置 + Footer content + + + 项目列表 + + + + 上传文档 + + + + 新增 + + + + 删除 + + + + @@ -68,6 +93,9 @@ + 编辑 + 删除 + 指定项目负责人 查看详情 @@ -79,6 +107,7 @@