Commit 94f18c28 authored by 卢均锐's avatar 卢均锐

Merge branch 'v2' of http://10.0.0.22:3000/lingxi/lingxi-business-paltform into v2

* 'v2' of http://10.0.0.22:3000/lingxi/lingxi-business-paltform: fix: 修改结算规则设置银行卡正则
parents 9b44fd86 0a299bff
......@@ -167,7 +167,7 @@ const CorporateAccount = () => {
cacheValue: data && data.bankAccount,
isEdit: false,
canEdit: true,
pattern: /^([1-9]{1})(\d{15}|\d{18})$/,
pattern: /^([1-9]{1})(\d{15}|\d{16}|\d{18}|\d{20})$/,
message: intl.formatMessage({ id: 'balance.settleRules.corporateAccount.itemRender.setConfigs.bankAccount.message' })
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment