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