From 7e7e8ec0fa137fe0fa61c8c3e312dd2354f90b20 Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E5=AF=BC=E6=97=A5=E7=A8=8B=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/hygl/hyinfo/HyInfoForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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