|
|
@@ -62,6 +62,7 @@ export default {
|
|
|
option: {
|
|
|
emptyBtn: false,
|
|
|
submitBtn: false,
|
|
|
+ labelPosition:"left",
|
|
|
column: [
|
|
|
{
|
|
|
label: "商户名称",
|
|
|
@@ -209,6 +210,27 @@ export default {
|
|
|
labelWidth: 120,
|
|
|
span:24
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "银行账户类型",
|
|
|
+ prop: "bankAccountTypeLabel",
|
|
|
+ disabled: true,
|
|
|
+ labelWidth: 120,
|
|
|
+ span: 8
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "银行账户开户总行",
|
|
|
+ prop: "bankCodeLabel",
|
|
|
+ disabled: true,
|
|
|
+ labelWidth: 130,
|
|
|
+ span: 8
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "银行账户号码",
|
|
|
+ prop: "bankCardNo",
|
|
|
+ disabled: true,
|
|
|
+ labelWidth: 120,
|
|
|
+ span: 8
|
|
|
+ },
|
|
|
{
|
|
|
label: "开户许可证照片",
|
|
|
prop: "openAccountLicenceUrl",
|