From 8201b8d4ed3a5d8d4da2b08eb7bb838b56bcb959 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 19 Apr 2024 15:04:32 +0800 Subject: [PATCH] dbl --- src/components/doctorCheck/ButtonList.vue | 4 +- .../doctorCheck/PatientRegisterList.vue | 197 ++++++++++-------- .../patientRegister/PatientRegisterList.vue | 49 +++-- 3 files changed, 143 insertions(+), 107 deletions(-) diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 86fb645..b1dce80 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -269,10 +269,8 @@ export default { ...mapMutations(['doctorCheckPrBaseInit']), checkPagePriv, - prList() { - // console.log('this.doctorCheck.doctorCheckDialogVisible', this.doctorCheck.doctorCheckDialogVisible) + prList() { this.doctorCheck.doctorCheckDialogVisible = true - // console.log('this.doctorCheck.doctorCheckDialogVisible2', this.doctorCheck.doctorCheckDialogVisible) }, //设置体检日期 diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index a5e0ac0..d326d98 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -1,18 +1,21 @@