From 0d3d163aec99476bf7582252563d772d6848cf14 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 21 Oct 2022 17:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A5=A8=E5=AE=9E=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppGeneralElection/AppGeneralElection.vue | 11 +- .../components/Statistics.vue | 152 ++++++++++++++++++ .../components/electionAdd.vue | 2 +- .../components/electionList.vue | 18 ++- 4 files changed, 172 insertions(+), 11 deletions(-) create mode 100644 project/pingchang/apps/AppGeneralElection/components/Statistics.vue diff --git a/project/pingchang/apps/AppGeneralElection/AppGeneralElection.vue b/project/pingchang/apps/AppGeneralElection/AppGeneralElection.vue index 9a5d71b2..1ec02caa 100644 --- a/project/pingchang/apps/AppGeneralElection/AppGeneralElection.vue +++ b/project/pingchang/apps/AppGeneralElection/AppGeneralElection.vue @@ -9,6 +9,7 @@ diff --git a/project/pingchang/apps/AppGeneralElection/components/Statistics.vue b/project/pingchang/apps/AppGeneralElection/components/Statistics.vue new file mode 100644 index 00000000..a2e2a6ae --- /dev/null +++ b/project/pingchang/apps/AppGeneralElection/components/Statistics.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/project/pingchang/apps/AppGeneralElection/components/electionAdd.vue b/project/pingchang/apps/AppGeneralElection/components/electionAdd.vue index b6109b6b..a8053e4f 100644 --- a/project/pingchang/apps/AppGeneralElection/components/electionAdd.vue +++ b/project/pingchang/apps/AppGeneralElection/components/electionAdd.vue @@ -1,6 +1,6 @@