From feef9b1a907bde8c5d05cf43a3dc7173095df841 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 21 Oct 2025 13:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=91=98=E5=B7=A5=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E3=80=81=E8=A2=AB=E9=82=80=E8=AF=B7=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=E5=AE=A1=E6=A0=B8=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../employeesapply/components/EmployeesApplyForm.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue index 657c064..efbeaf5 100644 --- a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue +++ b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue @@ -268,20 +268,20 @@
- {{ formData.auditContent }} - + -->
-
+
- {{ formData.auditContent }} + {{ formData.auditContent }}
@@ -348,8 +348,8 @@ const formData = reactive>({ status: '', auditContent: '', applyType: '', - startTime:'', - endTime:'', + startTime: '', + endTime: '', }); const statusVal = ref('') const { createMessage } = useMessage();