mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
51 lines
2.0 KiB
HTML
Executable File
51 lines
2.0 KiB
HTML
Executable File
<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="viewAttrValueInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectAttrValueInfoModel()">
|
|
<i class="glyphicon glyphicon-search"></i> 选择属性值</button>
|
|
|
|
<button type="button" v-if="viewAttrValueInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddAttrValueInfoModel()">
|
|
<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="">{{viewAttrValueInfo.value}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >值名称:</label>
|
|
<label class="">{{viewAttrValueInfo.valueName}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >显示:</label>
|
|
<label class="">{{viewAttrValueInfo.valueShow}}</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<vc:create path="dev/addAttrValue"
|
|
callBackListener="viewAttrValueInfo"
|
|
callBackFunction="chooseAttrValue"
|
|
></vc:create>
|
|
|
|
|
|
<vc:create path="dev/chooseAttrValue"
|
|
emitChooseAttrValue="viewAttrValueInfo"
|
|
emitLoadData="viewAttrValueInfo"
|
|
></vc:create>
|
|
</div>
|