From 048d55a9adae794cd77ce6f53afa19d8eae43252 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 14 Apr 2020 10:32:37 +0800 Subject: [PATCH] =?UTF-8?q?[IMP]=E3=80=90=E7=94=B5=E6=8A=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=91=E8=81=8C=E4=B8=9A=E7=B1=BB=E5=88=AB=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6-=E5=B8=B8=E7=94=A8=E8=81=8C=E4=B8=9A=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=80=89=E9=A1=B9=E4=BF=AE=E6=94=B9=E3=80=81=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/occipation/Occupation.vue | 49 ++++++++++++++++++- 1 file changed, 47 insertions(+), 2 deletions(-) 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;