From 56ac3041200e48479414f23ba3dd38e6b10642b1 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 26 Jul 2023 13:37:05 +0800 Subject: [PATCH] recover --- .../PatientRegisterRecoverList.vue | 294 ++++++++++++++++++ .../customerOrg/patientRegisterRecover.vue | 181 +++++++++-- 2 files changed, 451 insertions(+), 24 deletions(-) create mode 100644 src/components/patientRegister/PatientRegisterRecoverList.vue diff --git a/src/components/patientRegister/PatientRegisterRecoverList.vue b/src/components/patientRegister/PatientRegisterRecoverList.vue new file mode 100644 index 0000000..fd1872e --- /dev/null +++ b/src/components/patientRegister/PatientRegisterRecoverList.vue @@ -0,0 +1,294 @@ + + + diff --git a/src/views/customerOrg/patientRegisterRecover.vue b/src/views/customerOrg/patientRegisterRecover.vue index 01cdcdc..68aabab 100644 --- a/src/views/customerOrg/patientRegisterRecover.vue +++ b/src/views/customerOrg/patientRegisterRecover.vue @@ -1,26 +1,19 @@