From 50e23bcf275f5e126af5eda85e6490d23e86e016 Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Thu, 25 Aug 2022 14:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80(CIM+)?= =?UTF-8?q?=EF=BC=9A=E5=AE=8C=E6=88=90=E6=A8=A1=E5=9E=8B=E5=86=85=E5=AE=A1?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/jChart/bar/JBarChart.vue | 154 ++++++++++++++++ .../common/jChart/bar/JProgressChart.vue | 139 +++++++++++++++ .../common/jChart/line/JLineChart.vue | 165 ++++++++++++++++++ .../common/jChart/pie/JNestedRingChart.vue | 108 ++++++++++++ .../common/jChart/pie/JProblemChart.vue | 123 +++++++++++++ .../common/jChart/pie/JRingChart.vue | 114 ++++++++++++ src/views/projectAdmin/zjsj/cim/rightTop.vue | 66 ++++++- 7 files changed, 866 insertions(+), 3 deletions(-) create mode 100644 src/views/projectAdmin/common/jChart/bar/JBarChart.vue create mode 100644 src/views/projectAdmin/common/jChart/bar/JProgressChart.vue create mode 100644 src/views/projectAdmin/common/jChart/line/JLineChart.vue create mode 100644 src/views/projectAdmin/common/jChart/pie/JNestedRingChart.vue create mode 100644 src/views/projectAdmin/common/jChart/pie/JProblemChart.vue create mode 100644 src/views/projectAdmin/common/jChart/pie/JRingChart.vue diff --git a/src/views/projectAdmin/common/jChart/bar/JBarChart.vue b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue new file mode 100644 index 00000000..c0ed47b6 --- /dev/null +++ b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/src/views/projectAdmin/common/jChart/bar/JProgressChart.vue b/src/views/projectAdmin/common/jChart/bar/JProgressChart.vue new file mode 100644 index 00000000..43e188a1 --- /dev/null +++ b/src/views/projectAdmin/common/jChart/bar/JProgressChart.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/src/views/projectAdmin/common/jChart/line/JLineChart.vue b/src/views/projectAdmin/common/jChart/line/JLineChart.vue new file mode 100644 index 00000000..4762da1d --- /dev/null +++ b/src/views/projectAdmin/common/jChart/line/JLineChart.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/views/projectAdmin/common/jChart/pie/JNestedRingChart.vue b/src/views/projectAdmin/common/jChart/pie/JNestedRingChart.vue new file mode 100644 index 00000000..103a9656 --- /dev/null +++ b/src/views/projectAdmin/common/jChart/pie/JNestedRingChart.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/src/views/projectAdmin/common/jChart/pie/JProblemChart.vue b/src/views/projectAdmin/common/jChart/pie/JProblemChart.vue new file mode 100644 index 00000000..0ac1a408 --- /dev/null +++ b/src/views/projectAdmin/common/jChart/pie/JProblemChart.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/src/views/projectAdmin/common/jChart/pie/JRingChart.vue b/src/views/projectAdmin/common/jChart/pie/JRingChart.vue new file mode 100644 index 00000000..35432e35 --- /dev/null +++ b/src/views/projectAdmin/common/jChart/pie/JRingChart.vue @@ -0,0 +1,114 @@ + + + + + diff --git a/src/views/projectAdmin/zjsj/cim/rightTop.vue b/src/views/projectAdmin/zjsj/cim/rightTop.vue index 81d33233..9ff8e77f 100644 --- a/src/views/projectAdmin/zjsj/cim/rightTop.vue +++ b/src/views/projectAdmin/zjsj/cim/rightTop.vue @@ -1,14 +1,74 @@ - +