{{ title }}
@@ -26,7 +27,7 @@ export default {
.section-divider {
display: flex;
align-items: center;
- margin: 5px 0 30px 20px;
+ margin: 5px 0 14px 20px;
}
/* 蓝色竖线(带圆角) */
@@ -72,4 +73,12 @@ export default {
background-color: #ddd; /* 灰色 */
margin-left: 8px; /* 与文字的间距 */
}
+
+.left-icon{
+ width: 8px;
+ height: 18px;
+ background-color: #1890ff;
+ margin-right: 8px;
+ border-radius: 10px;
+}
\ No newline at end of file
diff --git a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
index efbeaf5..52e57ae 100644
--- a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
+++ b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue
@@ -4,51 +4,55 @@
-
-
+
+
+
-
- {{ formData.name }}
+
+
-
- {{ formData.tel }}
+
+
+
- {{ formData.sex }}
+
- {{ handleComputedAge(formData.dateOfBirth) }}
+
+
-
- {{ formData.dateOfBirth }}
+
+
-
- {{ formData.national }}
+
+
- {{ formData.idCard }}
+
+
@@ -56,19 +60,20 @@
name="marriedOrNot">
- {{ formData.marriedOrNot }}
+
+
-
- {{ formData.height }}cm
+
+
-
- {{ formData.weight }}kg
+
+
- {{ formData.healthStatus }}
+
+
@@ -92,37 +98,39 @@
id="EmployeesApplyForm-politicalAppearance" name="politicalAppearance">
- {{ formData.politicalAppearance }}
+
+
-
- {{ formData.houseAddress }}
+
+
-
- {{ formData.emergencyContact }}
+
+
-
- {{ formData.emergencyTel }}
+
+
-
- {{ formData.emergencyRelationship }}
+
+
@@ -130,7 +138,8 @@
name="hukouNature">
- {{ formData.hukouNature }}
+
+
@@ -141,8 +150,8 @@
-
-
+
+
@@ -234,7 +243,9 @@
-
+
+
+
@@ -248,15 +259,15 @@
-
待审核
-
申请通过
-
申请驳回
+
+
+
@@ -281,7 +292,9 @@
name="auditContent">
- {{ formData.auditContent }}
+
+
@@ -313,6 +326,7 @@ const formRef = ref();
const useForm = Form.useForm;
const emit = defineEmits(['register', 'ok']);
const activeKey = ref('1')
+const ageVal = ref()
const formData = reactive