From 985860c9defa2c4b76601b45271ea5819be2bd32 Mon Sep 17 00:00:00 2001 From: Zy <1448159279@qq.com> Date: Wed, 22 Apr 2026 18:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E4=B8=9A=E5=8A=A1=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=20=E7=95=8C=E9=9D=A2=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/Inspection/index.ts | 14 +++ src/views/system/inspection/Item/index2.vue | 17 +-- src/views/system/inspection/Plan/index.vue | 5 - src/views/system/inspection/Point/index.vue | 5 +- src/views/system/inspection/Route/index2.vue | 16 +-- .../system/inspection/Statistics/index.vue | 113 +++++++++++++++++- 6 files changed, 137 insertions(+), 33 deletions(-) diff --git a/src/api/system/Inspection/index.ts b/src/api/system/Inspection/index.ts index 86842cc..f152454 100644 --- a/src/api/system/Inspection/index.ts +++ b/src/api/system/Inspection/index.ts @@ -66,3 +66,17 @@ export interface Request { updateTime?: string; [property: string]: any; } + +/** + * 查询业务统计 + * @param query + * @returns {*} + */ + +export const list_statapi = (query?: { taskTimeBegin: string; taskTimeEnd: string }): AxiosPromise => { + return request({ + url: '/inspection/data/list', + method: 'get', + params: query + }); +}; diff --git a/src/views/system/inspection/Item/index2.vue b/src/views/system/inspection/Item/index2.vue index b8c9f3c..81b4844 100644 --- a/src/views/system/inspection/Item/index2.vue +++ b/src/views/system/inspection/Item/index2.vue @@ -31,9 +31,6 @@ >删除 - - 导出 - @@ -45,18 +42,16 @@ - - - + - - - -