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 = "修改科室人员信息"; }); }, /** 提交按钮 */