From 921198c2f4c4527007bd552a87b8b96a6a5a1ab5 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 26 Jul 2023 20:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E8=82=B2=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home.js | 9 +++ src/views/TycView.vue | 125 +++++++++++++++++++++++++++++++----------- src/views/WhView.vue | 15 +---- 3 files changed, 103 insertions(+), 46 deletions(-) diff --git a/src/api/home.js b/src/api/home.js index c5cc604..05fa27a 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -56,3 +56,12 @@ export function tsgTrends(param) { param, }) } + +// 借书信息 +export function tsgbr(param){ + return request({ + url: '/library.pass/allFlowTrends', + method: 'post', + param, + }) +} diff --git a/src/views/TycView.vue b/src/views/TycView.vue index 898a45b..4c072e3 100644 --- a/src/views/TycView.vue +++ b/src/views/TycView.vue @@ -13,17 +13,17 @@
- 234,255 + {{ tdnum }} 今日进馆人数
- 234,255 + {{ tmdata }} 本月进馆人数
- 234,255 + {{ tydata }} 本年进馆人数
@@ -38,18 +38,11 @@
各场馆人次占比
-
-
50%
-
体育场
-
-
-
50%
-
体育馆
-
-
-
50%
-
游泳场馆
+
+
{{ cg.proportion }}
+
{{cg. groupName }}
+
@@ -259,22 +252,97 @@