GFRS-2618【前端】新增津贴申请的基本信息页面的部分代码。提交人--张齐

This commit is contained in:
zhangqi1
2021-09-16 22:30:05 +08:00
parent 9f8f4bc70f
commit c16e2269d7
9 changed files with 630 additions and 745 deletions

View File

@@ -3616,6 +3616,7 @@ export default {
{ id: '2', text: '重新投保' }
],
// <!--------- 津贴申请专用 begin --------->
// 津贴申请-证件类型的枚举(父母津贴申请功能专用,因为父母津贴功能中证件类型没有出生证,所以在此创建一个新的枚举,供父母津贴功能专用)
allowanceIdType: [
{ id: 1, text: '居民身份证' },
@@ -3634,4 +3635,5 @@ export default {
{ id: '0', text: '父亲' },
{ id: '1', text: '母亲' }
]
// <!--------- 津贴申请专用 end --------->
}