mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化diamante
This commit is contained in:
parent
6597f58fa9
commit
da31e3091d
@ -39,6 +39,12 @@
|
||||
<input v-model="addSmallWeChatInfo.mchId" type="text" :placeholder="vc.i18n('必填,请填写商户ID','addSmallWeChat')" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="商户名称" namespace="addSmallWeChat"></vc:i18n></span></label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="addSmallWeChatInfo.mchName" type="text" :placeholder="vc.i18n('必填,请填写商户名称','addSmallWeChat')" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="商户证书" namespace="addSmallWeChat"></vc:i18n></span></label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
objType: '1000',
|
||||
objId: '',
|
||||
mchId: '',
|
||||
mchName:'',
|
||||
remarks: '',
|
||||
objTypes: '',
|
||||
types: '',
|
||||
@ -150,6 +151,7 @@
|
||||
objType: '',
|
||||
objId: '',
|
||||
mchId: '',
|
||||
mchName:'',
|
||||
weChatType: '',
|
||||
types: vc.component.addSmallWeChatInfo.types,
|
||||
remarks: '',
|
||||
|
||||
@ -39,6 +39,12 @@
|
||||
<input v-model="editSmallWeChatInfo.mchId" type="text" :placeholder="vc.i18n('必填,请填写商户ID','editSmallWeChat')" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="商户名称" namespace="editSmallWeChat"></vc:i18n></span></label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="editSmallWeChatInfo.mchName" type="text" :placeholder="vc.i18n('必填,请填写商户名称','editSmallWeChat')" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="商户证书" namespace="editSmallWeChat"></vc:i18n></span></label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
objType: '',
|
||||
objId: '',
|
||||
mchId: '',
|
||||
mchName:'',
|
||||
remarks: '',
|
||||
objTypes: '1000',
|
||||
certPath: ''
|
||||
@ -145,6 +146,7 @@
|
||||
objType: '',
|
||||
objId: '',
|
||||
mchId: '',
|
||||
mchName:'',
|
||||
remarks: '',
|
||||
objTypes: '1000',
|
||||
certPath: ''
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
<th class="text-center"><span><vc:i18n name="应用密钥" namespace="publicWeChatManage"></vc:i18n></span></th>
|
||||
<th class="text-center"><span><vc:i18n name="支付密码" namespace="publicWeChatManage"></vc:i18n></span></th>
|
||||
<th class="text-center"><span><vc:i18n name="商户" namespace="publicWeChatManage"></vc:i18n></span>ID</th>
|
||||
<th class="text-center"><span><vc:i18n name="商户名称" namespace="publicWeChatManage"></vc:i18n></span></th>
|
||||
<th class="text-center"><span><vc:i18n name="描述" namespace="publicWeChatManage"></vc:i18n></span></th>
|
||||
<th class="text-right"><span><vc:i18n name="操作" namespace="publicWeChatManage"></vc:i18n></span></th>
|
||||
</tr>
|
||||
@ -33,6 +34,7 @@
|
||||
<td class="text-center">********</td>
|
||||
<td class="text-center">**********</td>
|
||||
<td class="text-center">{{smallWeChat.mchId}}</td>
|
||||
<td class="text-center">{{smallWeChat.mchName}}</td>
|
||||
<td class="text-center">{{smallWeChat.remarks}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user