From 03318d29ab73fb3470e1dee6e50d2b2a3d0bba6a Mon Sep 17 00:00:00 2001
From: chendaze <1824191732@qq.com>
Date: Tue, 9 Apr 2024 08:51:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=AE=BF=E5=AE=A2?=
=?UTF-8?q?=E7=9A=84=E6=96=87=E5=AD=97=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../meeting/modules/VisitorPersonModal.vue | 22 ++++++++++---------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/src/views/admin/meeting/modules/VisitorPersonModal.vue b/src/views/admin/meeting/modules/VisitorPersonModal.vue
index 5573c59..cae5b9c 100644
--- a/src/views/admin/meeting/modules/VisitorPersonModal.vue
+++ b/src/views/admin/meeting/modules/VisitorPersonModal.vue
@@ -38,17 +38,19 @@
-
-
- {{ item.mobile + '-' + item.username }}
-
-
+
+
+
+
+
+
+
+
+ v-decorator="['userMobile',{rules: [{ required: true, message: '被访人手机号不能为空'}]}]" />