|
@@ -167,6 +167,7 @@ const optionsBase = {
|
|
|
key: 'enterpriseBankTitle',
|
|
|
value: null,
|
|
|
label: '基本开户银行',
|
|
|
+ placeholder: '请填写开户许可证上的开户银行',
|
|
|
rulesBaseLabel: '基本开户银行',
|
|
|
outlined: true
|
|
|
},
|
|
@@ -175,6 +176,7 @@ const optionsBase = {
|
|
|
key: 'enterpriseBankNo',
|
|
|
value: null,
|
|
|
label: '基本银行账号',
|
|
|
+ placeholder: '请填写开户许可证上的银行账号',
|
|
|
rulesBaseLabel: '基本银行账号',
|
|
|
outlined: true
|
|
|
},
|
|
@@ -183,6 +185,7 @@ const optionsBase = {
|
|
|
key: 'enterpriseAddress',
|
|
|
value: null,
|
|
|
label: '企业注册地址',
|
|
|
+ placeholder: '请填写开户许可证上的企业注册地址',
|
|
|
rulesBaseLabel: '企业注册地址',
|
|
|
outlined: true
|
|
|
},
|
|
@@ -191,6 +194,7 @@ const optionsBase = {
|
|
|
key: 'enterprisePhone',
|
|
|
value: null,
|
|
|
label: '企业注册电话',
|
|
|
+ placeholder: '请填写开户许可证上的企业注册电话',
|
|
|
rulesBaseLabel: '企业注册电话',
|
|
|
outlined: true
|
|
|
},
|