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