This commit is contained in:
邓晓坤
2019-09-21 17:00:11 +08:00
parent 65d9e42c4e
commit c7e60faf63
5 changed files with 40 additions and 25 deletions

View File

@@ -268,13 +268,13 @@ export default {
//代理人证件类型
agentIdType: [
{ id: 0, text: '居民身份证' },
{ id: 1, text: '户口本' },
{ id: 2, text: '出生证' },
{ id: 3, text: '外国人永久居留身份证' },
{ id: 4, text: '外国人护照' },
{ id: 5, text: '港澳居民来往内地通行证' },
{ id: 6, text: '台湾居民来往大陆通行证' },
{ id: 7, text: '其他' }
{ id: 1, text: '户口本', disabled: true },
{ id: 2, text: '出生证', disabled: true },
{ id: 3, text: '外国人永久居留身份证', disabled: true },
{ id: 4, text: '外国人护照', disabled: true },
{ id: 5, text: '港澳居民来往内地通行证', disabled: true },
{ id: 6, text: '台湾居民来往大陆通行证', disabled: true },
{ id: 7, text: '其他', disabled: true }
],
//出生证明 -- 未改动
birthType: [