From e08a288e507227b7f6e93e34598effd2acbebd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 2 Mar 2023 14:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/hospitalPerson/index.vue | 42 ++++++++++++++++------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index e43bc03..9a0928d 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -253,7 +253,7 @@ :rules="rules.hospitalPersonInfoList.personName" :prop="`hospitalPersonInfoList.${index}.personName`" > - + @@ -280,7 +281,7 @@ :rules="rules.hospitalPersonInfoList.cardNo" :prop="`hospitalPersonInfoList.${index}.cardNo`" > - + @@ -316,7 +318,10 @@ :rules="rules.hospitalPersonInfoList.personSort" :prop="`hospitalPersonInfoList.${index}.personSort`" > - + - - + + {{ form.hospitalName }} - - - - + - + @@ -1243,11 +1259,11 @@ export default { // } this.innerVisibledepartmentxg = false; }, -//医院关闭 + //医院关闭 innerVisiblecancel() { this.innerVisible = false; }, - + innerVisiblecancelxg() { this.innerVisiblexg = false; }, @@ -1314,7 +1330,7 @@ export default { this.innerVisibledepartment = true; }, // 修改科室按钮 - clickdepartmentlist(){ + clickdepartmentlist() { this.departmentList(); // this.form.departmentId = item.departmentId; this.innerVisibledepartmentxg = true;