Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
This commit is contained in:
commit
79e7e5f087
@ -28,18 +28,18 @@
|
||||
<FormItem label="APIv3密钥" prop="apiKey3">
|
||||
<Input maxlength="300" v-model="formValidate.apiKey3" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_cert_p12" class="label-item" prop="apiclient_cert_p12">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_cert_p12" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_cert_pem" prop="apiclient_cert_pem">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_cert_pem" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_key" prop="apiclient_key">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_key" />
|
||||
</FormItem>
|
||||
<FormItem label="API证书-证书序列号" prop="serialNumber">
|
||||
<Input maxlength="300" v-model="formValidate.serialNumber" />
|
||||
</FormItem>
|
||||
<FormItem class="form-item-view-el" label="apiclient_key" prop="apiclient_key">
|
||||
<Input v-model="formValidate.apiclientKey" :rows="6" maxlength="2500" show-word-limit type="textarea" placeholder="Enter something..." />
|
||||
</FormItem>
|
||||
<FormItem label="公钥证书ID" prop="公钥证书ID">
|
||||
<Input maxlength="300" v-model="formValidate.publicId" />
|
||||
</FormItem>
|
||||
<FormItem class="form-item-view-el" label="公钥证书" prop="publicKey">
|
||||
<Input v-model="formValidate.publicKey" :rows="6" maxlength="2500" show-word-limit type="textarea" placeholder="Enter something..." />
|
||||
</FormItem>
|
||||
<FormItem label="支付回调域名" prop="callbackUrl">
|
||||
<Input maxlength="300" v-model="formValidate.callbackUrl" />
|
||||
</FormItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user