add property company create user idcard verify message
This commit is contained in:
parent
1b87a5ecb5
commit
2414fdc328
@ -77,7 +77,8 @@ const PcHrCreateAction = <Action>{
|
|||||||
{
|
{
|
||||||
name: 'idcard',
|
name: 'idcard',
|
||||||
required: true,
|
required: true,
|
||||||
validator: val => utils.idcard.verify(val)
|
validator: val => utils.idcard.verify(val),
|
||||||
|
message: '身份证校验失败'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'avatar_url',
|
name: 'avatar_url',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user