|
@@ -84,7 +84,8 @@ export default {
|
|
|
subAppId: '',
|
|
|
subMchId: '',
|
|
|
appletAppid: '',
|
|
|
- appletSecret: ''
|
|
|
+ appletSecret: '',
|
|
|
+ attr: []
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -122,6 +123,23 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ name: 'el-checkbox',
|
|
|
+ options: [
|
|
|
+ { label: '电子支付', value: '电子支付' },
|
|
|
+ { label: '保险支付', value: '保险支付' }
|
|
|
+ ],
|
|
|
+ md: 6,
|
|
|
+ attributes: {
|
|
|
+ disabled: !!this.formDialogType,
|
|
|
+ placeholder: '请输入'
|
|
|
+ },
|
|
|
+ formItemAttributes: {
|
|
|
+ label: '商户属性',
|
|
|
+ prop: 'attr',
|
|
|
+ rules: required
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
name: 'el-input',
|
|
|
md: 6,
|
|
|
attributes: {
|