wuxw
2019-09-29 5b63cae2fd7f01e87f9d6b8d2fff7581ad5532b9
WebService/src/main/resources/components/menuPackage/menu-manage/menuManage.html
@@ -6,7 +6,7 @@
                    <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>
@@ -88,7 +88,7 @@
                    <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>
@@ -105,7 +105,7 @@
                            <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>
@@ -154,10 +154,10 @@
    ></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>