From 546d64bb0d74fd9ffcb72c410b58939b9b91960d Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 20 Dec 2023 10:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index f5682cb..4a3b8e1 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -939,7 +939,7 @@ const showCheckedAll=ref(true); cb("请上传医师资格证") } if (qualification_cert_list.value.length < 2) { - cb("医师资格证最少上传两张") + cb("至少上传2张医师资格证") } resolve() }, 1000)