mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 12:06:43 +08:00
保单详情页面增加新市民身份以及新市民类型相关字段的展示
This commit is contained in:
@@ -1059,6 +1059,17 @@ export default {
|
||||
text: '户口本'
|
||||
}
|
||||
],
|
||||
// 新市民身份
|
||||
newCitizen: [
|
||||
{
|
||||
id: 1,
|
||||
text: '是'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
text: '否'
|
||||
}
|
||||
],
|
||||
// 新市民类型 创业、就业、子女上学、投奔子女
|
||||
newCitizenType: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user