diff --git a/src/components/ebiz/occipation/Occupation.vue b/src/components/ebiz/occipation/Occupation.vue index 880a5a500..1b159439c 100644 --- a/src/components/ebiz/occipation/Occupation.vue +++ b/src/components/ebiz/occipation/Occupation.vue @@ -88,6 +88,13 @@ export default { lifeGrade: '', healthGrade: '', commonList: [ + { + code: '2070202', + lifeGrade: '2', + name: '保险推销员', + healthGrade: '1', + isActive: false + }, { code: '2099907', lifeGrade: '1', @@ -95,6 +102,34 @@ export default { healthGrade: '1', 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', lifeGrade: '1', @@ -129,6 +164,13 @@ export default { name: '家庭主妇', healthGrade: '1', isActive: false + }, + { + code: '4010201', + lifeGrade: '2', + name: '推销员', + healthGrade: '1', + isActive: false } ], isSearch: false, // 是否搜索中 @@ -305,9 +347,12 @@ export default { .common-occupation { width: 100%; box-sizing: border-box; + display: flex; + flex-wrap: wrap; + align-items: center; div { - width: 27%; - height: 20px; + width: 30%; + // height: 20px; line-height: 20px; text-align: center; border: 1px solid #f2f2f2;