mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 05:32:52 +08:00
1、屏蔽投、被、受证件列表的非身份证项
This commit is contained in:
@@ -194,19 +194,23 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
text: '护照'
|
text: '护照',
|
||||||
|
disabled: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
text: '港澳居民通行证'
|
text: '港澳居民通行证',
|
||||||
|
disabled: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 6,
|
||||||
text: '台湾居民通行证'
|
text: '台湾居民通行证',
|
||||||
|
disabled: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 7,
|
||||||
text: '其他'
|
text: '其他',
|
||||||
|
disabled: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
//出生证明
|
//出生证明
|
||||||
|
|||||||
Reference in New Issue
Block a user