瀏覽代碼

no message

aXin-0810 9 月之前
父節點
當前提交
a020cbf4af
共有 1 個文件被更改,包括 36 次插入4 次删除
  1. 36 4
      src/views/setting/organizationManagement/paymentMerchantManagement/index.vue

+ 36 - 4
src/views/setting/organizationManagement/paymentMerchantManagement/index.vue

@@ -44,7 +44,7 @@
 import TemplatePage from '@/components/template/template-page-1.vue'
 import import_mixin from '@/components/template/import_mixin.js'
 import ImageUpload from '@/components/file-upload'
-import { required, mobileRequired, mobile } from '@/components/template/rules_verify.js'
+import { required } from '@/components/template/rules_verify.js'
 import {
   adminCompanyPayConfigListExport,
   adminCompanyPayConfigList,
@@ -82,7 +82,9 @@ export default {
         remark: '',
         status: '',
         subAppId: '',
-        subMchId: ''
+        subMchId: '',
+        appletAppid: '',
+        appletSecret: ''
       }
     }
   },
@@ -216,6 +218,32 @@ export default {
         },
         {
           name: 'el-input',
+          md: 6,
+          attributes: {
+            disabled: !!this.formDialogType,
+            placeholder: '请输入'
+          },
+          formItemAttributes: {
+            label: '小程序appid',
+            prop: 'appletAppid',
+            rules: required
+          }
+        },
+        {
+          name: 'el-input',
+          md: 6,
+          attributes: {
+            disabled: !!this.formDialogType,
+            placeholder: '请输入'
+          },
+          formItemAttributes: {
+            label: '小程序密钥',
+            prop: 'appletSecret',
+            rules: required
+          }
+        },
+        {
+          name: 'el-input',
           md: 24,
           attributes: {
             disabled: !!this.formDialogType,
@@ -284,7 +312,9 @@ export default {
         remark: '',
         status: '',
         subAppId: '',
-        subMchId: ''
+        subMchId: '',
+        appletAppid: '',
+        appletSecret: ''
       }
       this.formDialog = false
     },
@@ -297,7 +327,9 @@ export default {
         remark: '',
         status: '',
         subAppId: '',
-        subMchId: ''
+        subMchId: '',
+        appletAppid: '',
+        appletSecret: ''
       })
     },
     save() {