mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
[IMP]【电投优化】职业类别控件-常用职业类型选项修改、样式调整
This commit is contained in:
@@ -88,6 +88,13 @@ export default {
|
|||||||
lifeGrade: '',
|
lifeGrade: '',
|
||||||
healthGrade: '',
|
healthGrade: '',
|
||||||
commonList: [
|
commonList: [
|
||||||
|
{
|
||||||
|
code: '2070202',
|
||||||
|
lifeGrade: '2',
|
||||||
|
name: '保险推销员',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: '2099907',
|
code: '2099907',
|
||||||
lifeGrade: '1',
|
lifeGrade: '1',
|
||||||
@@ -95,6 +102,34 @@ export default {
|
|||||||
healthGrade: '1',
|
healthGrade: '1',
|
||||||
isActive: false
|
isActive: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: '8000001',
|
||||||
|
lifeGrade: '2',
|
||||||
|
name: '无业人员',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
code: '2099908',
|
||||||
|
lifeGrade: '1',
|
||||||
|
name: '学龄前儿童',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
code: '3010101',
|
||||||
|
lifeGrade: '1',
|
||||||
|
name: '行政业务办公人员(内勤)',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
code: '5010101',
|
||||||
|
lifeGrade: '2',
|
||||||
|
name: '农夫',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: '2090301',
|
code: '2090301',
|
||||||
lifeGrade: '1',
|
lifeGrade: '1',
|
||||||
@@ -129,6 +164,13 @@ export default {
|
|||||||
name: '家庭主妇',
|
name: '家庭主妇',
|
||||||
healthGrade: '1',
|
healthGrade: '1',
|
||||||
isActive: false
|
isActive: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
code: '4010201',
|
||||||
|
lifeGrade: '2',
|
||||||
|
name: '推销员',
|
||||||
|
healthGrade: '1',
|
||||||
|
isActive: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
isSearch: false, // 是否搜索中
|
isSearch: false, // 是否搜索中
|
||||||
@@ -305,9 +347,12 @@ export default {
|
|||||||
.common-occupation {
|
.common-occupation {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
div {
|
div {
|
||||||
width: 27%;
|
width: 30%;
|
||||||
height: 20px;
|
// height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #f2f2f2;
|
border: 1px solid #f2f2f2;
|
||||||
|
|||||||
Reference in New Issue
Block a user