MicroCommunityWeb/public/components/property/viewSmallWeChatInfo/viewSmallWeChatInfo.html
2021-04-23 10:14:20 +08:00

59 lines
2.3 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5>小程序管理信息</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" v-if="viewSmallWeChatInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectSmallWeChatInfoModel()">
<i class="glyphicon glyphicon-search"></i> 选择小程序管理</button>
<button type="button" v-if="viewSmallWeChatInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddSmallWeChatInfoModel()">
<i class="glyphicon glyphicon-plus"></i> 添加小程序管理</button>
</div>
</div>
<div class="ibox-content">
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" >小程序名称:</label>
<label class="">{{viewSmallWeChatInfo.name}}</label>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" >appId</label>
<label class="">{{viewSmallWeChatInfo.appId}}</label>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" >应用密钥:</label>
<label class="">{{viewSmallWeChatInfo.appSecret}}</label>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" >支付密码:</label>
<label class="">{{viewSmallWeChatInfo.payPassword}}</label>
</div>
</div>
</div>
</div>
</div>
</div>
<vc:create name="addSmallWeChat"
callBackListener="viewSmallWeChatInfo"
callBackFunction="chooseSmallWeChat"
></vc:create>
<vc:create name="chooseSmallWeChat"
emitChooseSmallWeChat="viewSmallWeChatInfo"
emitLoadData="viewSmallWeChatInfo"
></vc:create>
</div>