diff --git a/src/api/ECG/warningStatisticsReport/index.ts b/src/api/ECG/warningStatisticsReport/index.ts new file mode 100644 index 00000000..c05a1d4e --- /dev/null +++ b/src/api/ECG/warningStatisticsReport/index.ts @@ -0,0 +1,14 @@ +import request from '@/config/axios' + +/* + * 李传洋 + * WarningStatisticsReportApi + */ +export const WarningStatisticsReportApi = { + getWarningStatisticsReport: async (params: any) => { + return await request.get({ url: `/tblist/patientexamlist/warningStatisticsReport`, params }) + }, + getWarningListbyPatient: async (params: any) => { + return await request.get({ url: `/system/warning/warningListbyPatient`, params }) + } +} diff --git a/src/views/ECG/warningStatisticsReport/index.vue b/src/views/ECG/warningStatisticsReport/index.vue new file mode 100644 index 00000000..5452a453 --- /dev/null +++ b/src/views/ECG/warningStatisticsReport/index.vue @@ -0,0 +1,452 @@ + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + {{ scope.$index + 1 }} + + + + + + + + + + + + + + 查看 + + + + + + + + + + + { + reportInfoType = '' + activeTabName = '' + activeDrawerModal = true + activeDrawerSize = '440px' + } + " + > + + + + + + + + + + + + 危急值上报 + + + 检查端收到提醒 + + + 检查端确认危急值 + + + 检查端发送确认回执 + + + + + + + + + + + + + +