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)