@lan-ui/lan-ui
Version:
A fantastic mobile ui lib implement by Vue
51 lines (50 loc) • 656 B
JavaScript
export const certificateTypeList = [
{
value: '01',
text: '居民身份证'
},
{
value: '02',
text: '居民户口簿'
},
{
value: '04',
text: '军官证'
},
{
value: '05',
text: '士兵证'
},
{
value: '16',
text: '警官证'
},
{
value: '07',
text: '护照'
},
{
value: '51',
text: '外国护照'
},
{
value: '11',
text: '港澳居民通行证'
},
{
value: '12',
text: '台胞证'
},
{
value: '13',
text: '出生证'
},
{
value: '17',
text: '港澳台居民居住证'
},
{
value: '99',
text: '其他证件'
}
]