| | |
| | | <h5>查询条件</h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;" |
| | | v-on:click="_moreCondition()">更多 |
| | | v-on:click="_moreCondition()">{{menuManageInfo.moreCondition == true?'隐藏':'更多'}} |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddMenuModal()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 添加菜单 |
| | | 配置菜单 |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <th class="text-center">序列</th> |
| | | <th class="text-center">菜单显示</th> |
| | | <td class="text-center">权限ID</td> |
| | | <td class="text-center">权限编码</td> |
| | | <td class="text-center">权限名称</td> |
| | | <th class="text-center">操作</th> |
| | | |
| | | |
| | |
| | | ></vc:create> |
| | | |
| | | |
| | | <vc:create name="addMenu" |
| | | <!-- <vc:create name="addMenu" |
| | | callBackListener="" |
| | | callBackFunction="" |
| | | ></vc:create> |
| | | ></vc:create>--> |
| | | <vc:create name="editMenu"></vc:create> |
| | | <vc:create name="deleteMenu"></vc:create> |
| | | |