From dc9ca15f0772e4b4a00ea815910147d23686d707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwangzihua=E2=80=9D?= Date: Thu, 25 Dec 2025 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-applications-api.js | 7 ++++ .../service-count/quarter-statistics.vue | 34 +++++++++---------- ...unt.vue => service-applications-count.vue} | 4 +-- 3 files changed, 26 insertions(+), 19 deletions(-) rename src/views/business/erp/service/{service-application-count.vue => service-applications-count.vue} (88%) diff --git a/src/api/business/service-applications/service-applications-api.js b/src/api/business/service-applications/service-applications-api.js index c733cb0..022cd62 100644 --- a/src/api/business/service-applications/service-applications-api.js +++ b/src/api/business/service-applications/service-applications-api.js @@ -84,4 +84,11 @@ export const serviceApplicationsApi = { } }); }, + + /** + * 服务统计 @author wzh + */ + statistics: (params) => { + return postRequest('/serviceApplications/statistics', params); + }, }; diff --git a/src/components/system/service-count/quarter-statistics.vue b/src/components/system/service-count/quarter-statistics.vue index b272136..10a0650 100644 --- a/src/components/system/service-count/quarter-statistics.vue +++ b/src/components/system/service-count/quarter-statistics.vue @@ -62,17 +62,17 @@ bordered >