From 044ad8f412effbaf0f09f850f3db1dc99e8ecae2 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 26 Jul 2023 16:54:16 +0800 Subject: [PATCH] refuse --- .../PatientRegisterRefuseList.vue | 419 ++++++++++++++++++ .../patientRegister/patientRegisterQuery.vue | 13 +- .../customerOrg/patientRegisterRefuse.vue | 273 +++++++----- 3 files changed, 595 insertions(+), 110 deletions(-) create mode 100644 src/components/patientRegister/PatientRegisterRefuseList.vue diff --git a/src/components/patientRegister/PatientRegisterRefuseList.vue b/src/components/patientRegister/PatientRegisterRefuseList.vue new file mode 100644 index 0000000..2ab078d --- /dev/null +++ b/src/components/patientRegister/PatientRegisterRefuseList.vue @@ -0,0 +1,419 @@ + + + diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue index 367d90c..c5ec041 100644 --- a/src/components/patientRegister/patientRegisterQuery.vue +++ b/src/components/patientRegister/patientRegisterQuery.vue @@ -1,6 +1,6 @@