|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<el-form ref="form" :model="form" :rules="rules" style="margin-top: 6px;" size="small" label-width="100px"> |
|
|
|
<el-form ref="form" :model="form" :rules="rules" style="margin-top: 6px;" size="small" label-width="100px"> |
|
|
|
<el-form-item label="appID" prop="appID"> |
|
|
|
<el-form-item label="appId" prop="appId"> |
|
|
|
<el-input v-model="form.appId" style="width: 40%" /> |
|
|
|
<el-input v-model="form.appId" style="width: 40%" /> |
|
|
|
<span style="color: #C0C0C0;margin-left: 10px;">应用APPID,收款账号既是APPID对应支付宝账号</span> |
|
|
|
<span style="color: #C0C0C0;margin-left: 10px;">应用APPID,收款账号既是APPID对应支付宝账号</span> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -39,7 +39,7 @@ export default { |
|
|
|
loading: false, |
|
|
|
loading: false, |
|
|
|
form: { appId: '', sysServiceProviderId: '', privateKey: '', publicKey: '', returnUrl: '', notifyUrl: '' }, |
|
|
|
form: { appId: '', sysServiceProviderId: '', privateKey: '', publicKey: '', returnUrl: '', notifyUrl: '' }, |
|
|
|
rules: { |
|
|
|
rules: { |
|
|
|
appID: [ |
|
|
|
appId: [ |
|
|
|
{ required: true, message: '请输入appID', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入appID', trigger: 'blur' } |
|
|
|
], |
|
|
|
], |
|
|
|
sysServiceProviderId: [ |
|
|
|
sysServiceProviderId: [ |
|
|
|