wuxw
2020-02-11 909ed953a5a614e93985a0bf36ff5adc8965908f
WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
@@ -7,17 +7,17 @@
                    data-toggle="tooltip"
                    title="Refresh inbox"
                    v-on:click="openAddPrivilegeModel()"
            ><i class="fa fa-plus"></i> 添加权限</button>
            <form method="get" action="index.html" class="float-right mail-search" style="margin-right:10px">
            ><i class="fa fa-plus"></i> 添加权限
            </button>
                <div class="input-group">
                    <input type="text" class="form-control form-control-sm" v-model="privilegeInfo._currentPgName" name="search" placeholder="请输入权限名称">
                <input type="text" class="form-control form-control-sm" v-model="privilegeInfo._currentPgName"
                       name="search" placeholder="请输入权限名称">
                    <div class="input-group-btn">
                        <button v-on:click="queryPrivilege()" class="btn btn-sm btn-primary">
                            查询
                        </button>
                    </div>
                </div>
            </form>
            <h2>
                {{privilegeInfo._currentPgName}}
            </h2>