diff --git a/src/views/Home/hygl/hyinfo/HyInfoForm.vue b/src/views/Home/hygl/hyinfo/HyInfoForm.vue index a084005..f94fa7c 100644 --- a/src/views/Home/hygl/hyinfo/HyInfoForm.vue +++ b/src/views/Home/hygl/hyinfo/HyInfoForm.vue @@ -159,7 +159,7 @@ import {HyglApi} from "@/api/home/hygl"; const dialogVisible = ref(false) // 弹窗的是否展示 -const dialogTitle = ref('会议申请详细信息') // 弹窗的标题 +const dialogTitle = ref('详情') // 弹窗的标题 const deptInfo = ref('') // 部门信息 const userInfo = ref('') // 用户名字 const formRef = ref() // 表单 Ref