去除关键人员和其他人员的年龄,养老保险等字段
This commit is contained in:
parent
914a451375
commit
6e02c14b45
|
|
@ -25,11 +25,11 @@
|
|||
<el-input v-model="addAndEditForm.idCard" placeholder="请输入身份证号" clearable />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<!-- <el-col :span="8">
|
||||
<el-form-item label="年龄" prop="age">
|
||||
<el-input clearable placeholder="请输入年龄" v-model="addAndEditForm.age" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="24">
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="资格证书" prop="diploma">
|
||||
<el-form-item label="资格证书">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="30"
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="证书编号" prop="diplomaNum">
|
||||
<el-form-item label="证书编号">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="30"
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<!-- <el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="养老保险" prop="isNormal">
|
||||
<el-radio-group v-model="addAndEditForm.isNormal">
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="24">
|
||||
|
|
@ -493,7 +493,7 @@ export default {
|
|||
const params = {
|
||||
userName,
|
||||
idCard,
|
||||
age,
|
||||
// age,
|
||||
education,
|
||||
almaMater,
|
||||
title,
|
||||
|
|
@ -502,7 +502,7 @@ export default {
|
|||
diploma,
|
||||
diplomaNum,
|
||||
level,
|
||||
isNormal,
|
||||
// isNormal,
|
||||
tbFileSourceVoList,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ export default {
|
|||
{ label: '级别', prop: 'level' },
|
||||
{ label: '证书编号', prop: 'diplomaNum' },
|
||||
{ label: '专业', prop: 'major' },
|
||||
{ label: '养老保险', prop: 'isNormal', isSlot: true },
|
||||
// { label: '养老保险', prop: 'isNormal', isSlot: true },
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@
|
|||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="资格证书" prop="diploma">
|
||||
<el-form-item label="资格证书">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="30"
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="证书编号" prop="diplomaNum">
|
||||
<el-form-item label="证书编号">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="30"
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<!-- <el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="养老保险" prop="isNormal">
|
||||
<el-radio-group v-model="addAndEditForm.isNormal">
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="24">
|
||||
|
|
@ -461,7 +461,7 @@ export default {
|
|||
diploma,
|
||||
diplomaNum,
|
||||
level,
|
||||
isNormal,
|
||||
// isNormal,
|
||||
tbFileSourceVoList,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ export default {
|
|||
{ label: '级别', prop: 'level' },
|
||||
{ label: '证书编号', prop: 'diplomaNum' },
|
||||
{ label: '专业', prop: 'major' },
|
||||
{ label: '养老保险', prop: 'isNormal', isSlot: true },
|
||||
// { label: '养老保险', prop: 'isNormal', isSlot: true },
|
||||
{ label: '职工类型', prop: 'workType', isSlot: true },
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue