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 @@