| | |
| | | <div class="ibox-title"> |
| | | <h5>应用信息</h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectAppInfoModel()"> |
| | | <button type="button" v-if="viewAppInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectAppInfoModel()"> |
| | | <i class="glyphicon glyphicon-search"></i> 选择应用</button> |
| | | |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddAppInfoModel()"> |
| | | <button type="button" v-if="viewAppInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddAppInfoModel()"> |
| | | <i class="glyphicon glyphicon-plus"></i> 添加应用</button> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <vc:create name="addApp"></vc:create> |
| | | <vc:create name="addApp" |
| | | callBackListener="viewAppInfo" |
| | | callBackFunction="chooseApp" |
| | | ></vc:create> |
| | | |
| | | |
| | | <vc:create name="chooseApp" |
| | | emitChooseApp="viewAppInfo" |
| | | emitLoadData="viewAppInfo" |
| | | ></vc:create> |
| | | <!--<vc:create name="searchOwner" |
| | | emitChooseOwner="sellRoomSelectOwner" |
| | | emitLoadData="sellRoomOther" |
| | | ></vc:create>--> |
| | | </div> |