From a02f6d5c8623ecabf3bb580c219751b487ed6d54 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Mon, 13 Jan 2025 17:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=AF=81=E4=BB=B6=E5=8F=B7?= =?UTF-8?q?=E7=A0=81=E4=B8=8D=E8=83=BD=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-page/components/VideoReservationDialog.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/mediation-page/components/VideoReservationDialog.vue b/src/pages/mediation-page/components/VideoReservationDialog.vue index cbf14ae..9eece57 100644 --- a/src/pages/mediation-page/components/VideoReservationDialog.vue +++ b/src/pages/mediation-page/components/VideoReservationDialog.vue @@ -57,11 +57,13 @@ - + :value="item.identity" + :disabled="(item.identity == '' || item.identity == null) ? true :false" + :title="(item.identity == '' || item.identity == null) ? '没有证件号码不能选择' :false"> @@ -242,7 +244,7 @@ export default { getLitigantByCaseId() { videoTelephone.getLitigantByCaseId(this.eventDialog.caseId).then(res => { if (!res.code) { - // console.log(res, '---getLitigantByCaseId') + console.log(res, '---getLitigantByCaseId') this.litigantsOptions = res; } })