diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index d3ca3358d..6af670472 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1059,6 +1059,25 @@ export default { text: '户口本' } ], + // 新市民类型 创业、就业、子女上学、投奔子女 + newCitizenType: [ + { + id: 1, + text: '创业' + }, + { + id: 2, + text: '就业' + }, + { + id: 3, + text: '子女上学' + }, + { + id: 4, + text: '投奔子女' + } + ], //出生证明 birthType: [ { diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 5eeabe6a2..39e07dab3 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -171,6 +171,29 @@ v-validate="'required'" @click="toSelect('3')" /> --> +