From be486653e30a440230d7d1ddbdd26578de90f04a Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 6 Dec 2023 16:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ca?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-examine/index.vue | 2 +- src/views/doctor/doctor-list/index.vue | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/views/doctor/doctor-examine/index.vue b/src/views/doctor/doctor-examine/index.vue index c778149..aca0eb5 100644 --- a/src/views/doctor/doctor-examine/index.vue +++ b/src/views/doctor/doctor-examine/index.vue @@ -377,7 +377,7 @@ - 证书申请 + 证书申请 diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index b58b3b8..0b1a302 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -425,7 +425,7 @@ -
+
医师证件
@@ -565,12 +565,12 @@ - -
+ +
CA证书配置
- +
证书有效期:{{parseTime(modalForm.user_ca_cert.cert_application_time,'{y}-{m}-{d}')}}-{{parseTime(modalForm.user_ca_cert.cert_expire_time,'{y}-{m}-{d}')}}
@@ -590,7 +590,7 @@
- +
操作
@@ -681,9 +681,7 @@ const showCheckedAll=ref(true); user_doctor_info: { card_num_mask:'' }, - user_ca_cert:{ - - }, + user_ca_cert:null, doctor_bank_card: { province_id:'', bank_card_province_id: '', @@ -1047,8 +1045,14 @@ const showCheckedAll=ref(true); modalForm.id_card_back = ''; modalForm.sign_image = ''; modalForm.doctor_bank_card = { - } + + license_cert_list.value=[]; + qualification_cert_list.value=[]; + work_cert_list.value=[]; + id_card_front_list.value=[]; + id_card_back_list.value=[] + sign_image_list.value=[]; //$refs.modalFormRef.resetFields(); };