保单详情页面增加新市民身份以及新市民类型相关字段的展示

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-07-11 16:05:09 +08:00
parent 27218226de
commit 45cf78cf3e
2 changed files with 21 additions and 0 deletions

View File

@@ -1059,6 +1059,17 @@ export default {
text: '户口本'
}
],
// 新市民身份
newCitizen: [
{
id: 1,
text: '是'
},
{
id: 2,
text: '否'
}
],
// 新市民类型 创业、就业、子女上学、投奔子女
newCitizenType: [
{