Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/components/property/weChatAttr/weChatAttr.html
2025-12-09 20:22:03 +08:00

52 lines
2.3 KiB
HTML

<div class="animated fadeInRight ecommerce">
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5><span><vc:i18n name="公众号信息" namespace="weChatAttr"></vc:i18n></span></h5>
<div class="ibox-tools" style="top:10px;">
</div>
</div>
<div class="ibox-content">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<tbody>
<tr>
<td class="text-center"><span><vc:i18n name="服务器地址" namespace="weChatAttr"></vc:i18n></span>(URL)</td>
<td class="text-center">{{wechatAttrInfo.wechatServerUrl}}</td>
<td class="text-right">
</td>
</tr>
<tr v-for="(wechatAttr, key) in wechatAttrInfo.attrs">
<td class="text-center">{{wechatAttr.specCdName}}</td>
<td class="text-center">{{wechatAttr.value}}</td>
<td class="text-right">
<div class="btn-group">
<button class="btn-white btn btn-xs"
v-on:click="_openEditWechatAttrModel(wechatAttr)"><span><vc:i18n name="修改" namespace="weChatAttr"></vc:i18n></span>
</button>
</div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="7">
<ul class="pagination float-right"></ul>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
<vc:create path="common/editStoreInfo"></vc:create>
<vc:create path="common/editStoreAttr"></vc:create>
<vc:create path="property/editWechatAttr"></vc:create>
</div>