From 4f3d028bebd7bc52ec9f0dbfee992a88b78ad2a7 Mon Sep 17 00:00:00 2001 From: wuyize Date: Wed, 13 Jul 2022 15:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=B7=A5=E4=BD=9C=E9=A1=B9?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/echartsBar.vue | 137 ++++++++++++++++++++++++++++++++++ src/components/echartsPie.vue | 4 +- src/views/ProjectInfo.vue | 71 ++++++++++++++++-- 3 files changed, 204 insertions(+), 8 deletions(-) create mode 100644 src/components/echartsBar.vue diff --git a/src/components/echartsBar.vue b/src/components/echartsBar.vue new file mode 100644 index 0000000..e6a0415 --- /dev/null +++ b/src/components/echartsBar.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/src/components/echartsPie.vue b/src/components/echartsPie.vue index 7d09cc6..20f9bc0 100644 --- a/src/components/echartsPie.vue +++ b/src/components/echartsPie.vue @@ -72,7 +72,7 @@ export default { }, emphasis: { label: { - show: true, + show: false, fontSize: '40', fontWeight: 'bold' } @@ -88,7 +88,7 @@ export default { type: 'scroll', orient: 'vertical', // right: 10, - left:350, + left: '80%', top: 20, bottom: 20, } diff --git a/src/views/ProjectInfo.vue b/src/views/ProjectInfo.vue index fdc3e50..423e56e 100644 --- a/src/views/ProjectInfo.vue +++ b/src/views/ProjectInfo.vue @@ -47,8 +47,22 @@

工作项统计

-
+
+
+

项目

+
+
+

个人

+
+ +
@@ -204,7 +218,7 @@
-

工作项统计

+

工作项完成趋势

@@ -246,7 +260,7 @@ title="提示" v-model="dialogVisible" width="30%" - :before-close="handleClose"> + >
确认删除该公告?