mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
51 lines
2.0 KiB
HTML
51 lines
2.0 KiB
HTML
<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="viewBasePrivilegeInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectBasePrivilegeInfoModel()">
|
|
<i class="fa fa-search"></i> 选择权限</button>
|
|
|
|
<button type="button" v-if="viewBasePrivilegeInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddBasePrivilegeInfoModel()">
|
|
<i class="fa fa-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="">{{viewBasePrivilegeInfo.name}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >商户类型:</label>
|
|
<label class="">{{viewBasePrivilegeInfo.domain}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >描述:</label>
|
|
<label class="">{{viewBasePrivilegeInfo.description}}</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<vc:create path="dev/addBasePrivilege"
|
|
callBackListener="viewBasePrivilegeInfo"
|
|
callBackFunction="chooseBasePrivilege"
|
|
></vc:create>
|
|
|
|
|
|
<vc:create path="dev/chooseBasePrivilege"
|
|
emitChooseBasePrivilege="viewBasePrivilegeInfo"
|
|
emitLoadData="viewBasePrivilegeInfo"
|
|
></vc:create>
|
|
</div>
|