From b34e7d50bc009025d071725dcdb236f723f67e6e Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 20 九月 2024 11:09:03 +0800
Subject: [PATCH] 诊间屏 完善
---
src/api/ecg/jobrecord/index.ts | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/api/ecg/jobrecord/index.ts b/src/api/ecg/jobrecord/index.ts
index fe92461..740e068 100644
--- a/src/api/ecg/jobrecord/index.ts
+++ b/src/api/ecg/jobrecord/index.ts
@@ -14,6 +14,15 @@
remark: string // 澶囨敞
}
+export interface JobStatisticVO {
+ jobType: number
+ docId: number
+ docName: string
+ jobCount: number
+ year: number
+ month: number
+}
+
// 宸ヤ綔璁板綍 API
export const JobRecordApi = {
// 鏌ヨ宸ヤ綔璁板綍鍒嗛〉
@@ -49,5 +58,10 @@
// 瀵煎嚭宸ヤ綔璁板綍 Excel
exportJobRecord: async (params) => {
return await request.download({ url: `/ecg/job-record/export-excel`, params })
- }
+ },
+
+ // 浣滀笟缁熻
+ jobStatistic: async (params) => {
+ return await request.get({ url: `/ecg/job-record/job-statistic`, params })
+ },
}
\ No newline at end of file
--
Gitblit v1.9.3