From c6c2844a5b928aa7572c1585f508e335191a2000 Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Fri, 10 May 2024 09:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=9B=BE=E8=A1=A8=E5=92=8C?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 32 ++++ src/views/bigScreen/index.vue | 316 ++++++++++++++++------------------ 2 files changed, 184 insertions(+), 164 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index 445b936..17f73fd 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -55,4 +55,36 @@ export const getPublishNum = (query?: any): AxiosPromise => { method: 'get', params: query }); +}; + +export const getConclusion = (query?: any): AxiosPromise => { + return request({ + url: '/statistic/grade/conclusion', + method: 'get', + params: query + }); +}; + +export const getMonthEvaluation = (query?: any): AxiosPromise => { + return request({ + url: '/statistic/month/evaluation', + method: 'get', + params: query + }); +}; + +export const getPublish = (query?: any): AxiosPromise => { + return request({ + url: '/statistic/publish', + method: 'get', + params: query + }); +}; + +export const getHalfMonth = (query?: any): AxiosPromise => { + return request({ + url: '/statistic/month/intervene-warn', + method: 'get', + params: query + }); }; \ No newline at end of file diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index 36920a7..1825a32 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -46,14 +46,14 @@
-
标题名称
+
风险统计
-
标题名称
+
近12月测评数统计
@@ -62,18 +62,18 @@
-
标题名称
+
最新测评数据
- 字段1 - 字段2 - 字段3 + 场次名称 + 完成数量 + 时间
- {{ item.title }} - {{ item.date }} - {{ item.date }} + {{ item.sessionName }} + {{ item.value }} / {{ item.total }} + {{ item.expireTime }}