From 28c179347819b4491db5661bcc7a997d6788faf2 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 19 Nov 2025 13:10:32 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/apply/addApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/apply/addApply.vue b/src/views/business/apply/addApply.vue index b02efb90..fee291e0 100644 --- a/src/views/business/apply/addApply.vue +++ b/src/views/business/apply/addApply.vue @@ -336,7 +336,7 @@ export default { this.routerParams = this.$route.query let title = '新增申请' if (this.routerParams.isView) { - title = '查看工申请' + title = '查看申请' } else if (this.routerParams.isEdit) { title = '编辑申请' }