diff --git a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
index 988abf1..264bd14 100644
--- a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
+++ b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
@@ -245,6 +245,18 @@
+
+
+
+
+
+ 未上传
+
+
+
+
@@ -344,6 +356,7 @@ const formData = reactive>({
startTime: '',
endTime: '',
currentAddress: '',
+ headPath: '',
});
const { createMessage } = useMessage();
const labelCol = ref({ xs: { span: 24 }, sm: { span: 8 } });