From d534592b471782c160175c09c74c268d6d8774c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 10 Mar 2023 09:28:53 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index 899f2c9..520730c 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -1576,7 +1576,7 @@ export default { }; this.reset(); this.addopen = true; - this.title = "添加健康咨询-科室人员信息"; + this.title = "添加科室人员信息"; }, /** 修改按钮操作 */ handleUpdate(row) { @@ -1586,7 +1586,7 @@ export default { this.form = response.data; this.imgone = this.form.certificateUrl; this.open = true; - this.title = "修改健康咨询-科室人员信息"; + this.title = "修改科室人员信息"; }); }, /** 提交按钮 */