From 8caa3f5bbc3cc77f58b265604a83059459d916b5 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 14 Dec 2023 10:56:29 +0800 Subject: [PATCH] =?UTF-8?q?12615=20=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=87=8D=E5=A4=8D=E5=AD=97=E6=AE=B5=20?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E4=BF=9D=E9=99=A9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonManager/user/components/view.vue | 84 ------------------- 1 file changed, 84 deletions(-) diff --git a/src/views/PersonManager/user/components/view.vue b/src/views/PersonManager/user/components/view.vue index 4e899f9..d765542 100644 --- a/src/views/PersonManager/user/components/view.vue +++ b/src/views/PersonManager/user/components/view.vue @@ -76,40 +76,9 @@ 文化程度 {{ dataForm.DEGREE_OF_EDUCATION_NAME }} - - 岗位名称(工种) {{ dataForm.POST_ID }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 是否缴纳社保 {{ formatLabel(dataForm.IS_SOCIAL) }} @@ -152,69 +121,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 是否缴纳社保 - {{ formatLabel(dataForm.IS_BF) }} 是否特殊工种 {{ formatLabel(dataForm.IS_SPECIAL_JOB) }} 是否流动人员 {{ formatLabel(dataForm.ISFLOW) }} - - - - -
返 回