From a2dd3f1a5b32814ba547006fbeafaad8985c645e Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 15 Nov 2023 09:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index bc1f283..2c61ded 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -43,8 +43,8 @@ 认证失败 - - + + 未认证 认证通过 @@ -997,8 +997,8 @@ const showCheckedAll=ref(true); { title: '是否推荐', dataIndex: 'is_recommend', slotName: 'is_recommend' }, { title: '深度合作', dataIndex: 'is_platform_deep_cooperation', slotName: 'is_platform_deep_cooperation' }, { title: '申请人', dataIndex: 'created_by' }, - { title: '审核状态', dataIndex: 'iden_auth_status', slotName: 'iden_auth_status' }, - { title: '实名认证', dataIndex: 'idcard_status', slotName: 'iden_auth_status' }, + { title: '身份认证', dataIndex: 'iden_auth_status', slotName: 'iden_auth_status' }, + { title: '实名认证', dataIndex: 'idcard_status', slotName: 'idcard_status' }, { title: '状态', dataIndex: 'status', slotName: 'status' }, // { title: '创建时间', dataIndex: 'created_at', slotName: 'created_at' },