linwenxin vor 5 Monaten
Ursprung
Commit
57fdee12dd

+ 19 - 1
src/views/setting/organizationManagement/paymentMerchantManagement/index.vue

@@ -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: {