From eebd511044ad45f035889f374f1ab7c5405c7645 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 13 Sep 2023 16:31:44 +0800 Subject: [PATCH] checkStatus --- src/components/report/CusOrgOCX.vue | 193 ++++++++++++------ .../report/PatientRegisterQueryNobtn.vue | 167 +++++++-------- .../sumDoctorCheck/SumAsbItemStatus.vue | 4 +- src/router/index.js | 2 +- src/views/checkStatus/Query.vue | 154 -------------- src/views/doctorCheck/sumDoctorCheck.vue | 2 +- .../index.vue => report/checkStatus.vue} | 129 +++++++----- 7 files changed, 287 insertions(+), 364 deletions(-) delete mode 100644 src/views/checkStatus/Query.vue rename src/views/{checkStatus/index.vue => report/checkStatus.vue} (50%) diff --git a/src/components/report/CusOrgOCX.vue b/src/components/report/CusOrgOCX.vue index 66b15a2..89d9715 100644 --- a/src/components/report/CusOrgOCX.vue +++ b/src/components/report/CusOrgOCX.vue @@ -4,15 +4,8 @@
- - - - + + - + + + +
@@ -64,18 +65,18 @@
单位作为查询条件: - +
-
- 确定 - 关闭 +
+ 确定
@@ -349,6 +410,6 @@ export default { } ::v-deep .el-icon-date:before { - content: "" + content: "" } diff --git a/src/components/report/PatientRegisterQueryNobtn.vue b/src/components/report/PatientRegisterQueryNobtn.vue index 2907f76..3d3f6f0 100644 --- a/src/components/report/PatientRegisterQueryNobtn.vue +++ b/src/components/report/PatientRegisterQueryNobtn.vue @@ -1,66 +1,73 @@