From 9d651ee84211f148cb9474ca856293ff5df0eeea Mon Sep 17 00:00:00 2001 From: zouyiqing <854938661@qq.com> Date: Wed, 18 Oct 2023 15:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=B3=E8=BF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/statistics.vue | 41 +++++- src/views/home/csr/CSRContent22.vue | 193 ++++++++++++++++++++-------- 2 files changed, 174 insertions(+), 60 deletions(-) diff --git a/src/views/company/statistics.vue b/src/views/company/statistics.vue index 303b891..4f6236e 100644 --- a/src/views/company/statistics.vue +++ b/src/views/company/statistics.vue @@ -6,7 +6,8 @@ import * as echarts from "echarts"; import { useDate } from "@/views/home/hooks/useDate"; import { message } from "@/utils/message"; -import { charData } from "./CSRDatas"; +import { charData, charData2 } from "./CSRDatas"; +const { chartRef: chartRef1, option: option1 } = charData2(); const { push } = useRouter(); const route = useRoute(); const { day, week } = useDate(); @@ -146,7 +147,7 @@ function isStrongPassword(password) { -
+
+ +
+ +
+ +
+ + +
+
+

{{ item.text }}

+
+

{{ item.info }}

+
+
+
+
+
画页面 diff --git a/src/views/home/csr/CSRContent22.vue b/src/views/home/csr/CSRContent22.vue index ab5538a..7d3f51d 100644 --- a/src/views/home/csr/CSRContent22.vue +++ b/src/views/home/csr/CSRContent22.vue @@ -1,19 +1,26 @@