From c51be84642b651def9a7066778991d55a8b5db86 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 1 Mar 2024 10:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E4=BF=A1=E6=81=AF=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/flowApply/components/userInfo.vue | 64 ++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index a582dda..3eb1aad 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -62,7 +62,7 @@ 民族 - {{ userDetailForm.NATIONALITY_NAME ? userDetailForm.NATIONALITY_NAME : '暂无信息' }} + {{ userDetailForm.minzuName ? userDetailForm.minzuName : '暂无信息' }} 婚姻状况 {{ userDetailForm.MARITALSTATUS === '0' ? '未婚' : '已婚' }} 政治面貌 @@ -109,6 +109,68 @@ + 是否按期缴纳工伤保险 + {{ formatLabel(userDetailForm.IS_INJURIES_PAY) }} + 工伤保险有效期 + {{ userDetailForm.IS_INJURIES_PAY_TIME }} + 工伤保险凭证 + + + + + + + + + + 是否缴纳商业保险 + + {{ formatLabel(userDetailForm.ISPAY) }} + + 商业保险附件 + + + + + + + + 商业保险单号 + {{ userDetailForm.ISPAY_NUMBER }} + + + 是否签订劳动合同 + + {{ formatLabel(userDetailForm.IS_SIGN_LABOR) }} + + 劳动合同附件 + + + + + + + + + 是否参加三级安全培训 {{ formatLabel(userDetailForm.IS_LEVEL_THREE) }} 三级安全培训照片