diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index dc6c6bd3e..272eca511 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: [ {