src/views/AuthorizationManagement/menuRoleAuthorization.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/AuthorizationManagement/roleMenuAuthorization.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/AuthorizationManagement/roleResAuthorization.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/AuthorizationManagement/userRoleAuthorization.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/maintenance/blackwhiteList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/maintenance/tokentool.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/maintenance/userManagement.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/userManage/authorityManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/userManage/orgManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/userManage/resourceManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/userManage/roleManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/userManage/templateManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -177,7 +177,6 @@ <el-dialog :title="$t('operatManage.UserRoleAuthorizationObj.Added')" :visible.sync="dialogTableVisible" top="2vh" > <el-table :data="gridData" src/views/AuthorizationManagement/roleMenuAuthorization.vue
@@ -191,7 +191,6 @@ <el-dialog :title="$t('operatManage.UserRoleAuthorizationObj.Added')" :visible.sync="dialogTableVisible" top="2vh" > <el-table :data="gridData" src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -340,7 +340,6 @@ <el-dialog :title="$t('operatManage.UserRoleAuthorizationObj.Added')" :visible.sync="dialogTableVisible" top="2vh" > <el-table :data="gridData" src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -167,7 +167,6 @@ <el-dialog :title="$t('operatManage.UserRoleAuthorizationObj.Added')" :visible.sync="dialogTableVisible" top="2vh" > <el-table :data="gridData" src/views/maintenance/blackwhiteList.vue
@@ -304,7 +304,6 @@ <el-dialog :title="$t('common.append')" :visible.sync="InsertFormdialog" top="2vh" > <el-form ref="insertform" :model="insertform" label-position="top"> @@ -353,7 +352,6 @@ :title="$t('common.update')" style="overflow: hidden" :visible.sync="updateFormdialog" top="2vh" > <el-form ref="editfrom" :model="editfrom" label-position="top"> <el-form-item :label-width="formLabelWidth" label="IP地址"> src/views/maintenance/tokentool.vue
@@ -189,7 +189,6 @@ <!-- 新增弹窗 --> <el-dialog :title="$t('operatManage.tokentoolObj.addToken')" top="2vh" :visible.sync="InsertFormdialog" > <div style="height: 500px; overflow: auto"> @@ -258,7 +257,6 @@ <!-- 修改弹窗 --> <el-dialog :title="$t('operatManage.tokentoolObj.editToken')" top="2vh" :visible.sync="EditFormdialog" > <div style="height: 500px; overflow: auto"> src/views/maintenance/userManagement.vue
@@ -23,8 +23,12 @@ > <el-input v-model="queryForm.uname" size="small" :placeholder="$t('userManage.userInfoObj.unamePlaceholder')" style="width: 200px" /> > <i slot="suffix" class="el-icon-search" @click="queryInfo"></i> </el-input> </el-form-item> <el-form-item prop="depid" @@ -33,6 +37,7 @@ <el-select :popper-append-to-body="false" v-model="queryForm.depName" size="small" placeholder="请选择" style="width: 200px" > @@ -109,6 +114,7 @@ </div> </el-form> </div> <div class="dividing-line"></div> <div class="table_box" :style="styleVar" @@ -118,7 +124,7 @@ :data="tableData" style="width: 100%" class="table_height" height="calc(100% - 57px)" height="calc(100% - 45px)" @selection-change="handleSelectionChange" > <el-table-column @@ -227,7 +233,7 @@ <!-- <el-table-column align="center" prop="bak" :label="$t('userManage.userInfoObj.bak')" /> --> <el-table-column @@ -246,7 +252,7 @@ </el-table-column> </el-table> <div style="margin-top: 25px" style="margin-top: 10px;" class="pagination_box" > <el-pagination @@ -264,7 +270,6 @@ <el-dialog width="910px" top="2vh" :title=" behavior == '新增用户' ? `${$t('common.append')}` @@ -279,7 +284,7 @@ ref="editForm" :rules="rules" style="display: flex" > <div> <el-form-item @@ -569,13 +574,12 @@ </div> </el-dialog> <el-dialog top="2vh" :title="$t('common.changepassWord')" :visible.sync="resetPwd" :before-close="handleClose" > <el-form :model="pwdForm" ref="pwdForm" @@ -622,7 +626,7 @@ ></el-input> </el-form-item> </el-form> <div slot="footer" class="dialog-footer" @@ -918,7 +922,7 @@ this.$nextTick(() => { const rect = this.$refs.container.getBoundingClientRect(); this.tableHeight = `${rect.height + 97}px`; this.styleVar["height"] = `calc(100% - ${rect.height + 97}px)`; this.styleVar["height"] = `calc(100% - ${rect.height + 30}px)`; }); }, ...mapActions(["login", "getpublickey"]), @@ -1320,13 +1324,13 @@ }, }; </script> <style lang="less" scoped> //@import url(); 引入公共css类 .userInfo_box { height: 98%; width: 98%; padding: 1%; padding: 0.5%; .el-input { width: 300px; @@ -1335,12 +1339,12 @@ position: relative; height: auto; padding: 8px; margin-top: 20px; //padding: 10px; //margin-top: 20px; border-radius: 5px; margin-bottom: 20px; //margin-bottom: 20px; .el-form-item { margin: 5px; } @@ -1374,4 +1378,4 @@ } } </style> src/views/userManage/authorityManage.vue
@@ -215,7 +215,6 @@ :title="dialogTitle" :visible.sync="isTransfer" width="800px" top="2vh" append-to-body > <el-tree @@ -242,7 +241,6 @@ :title="$t('userManage.userInfoObj.addPermission')" style="overflow: hidden" :visible.sync="InsertFormdialog" top="2vh" > <el-form :model="insertform" label-position="top"> @@ -297,7 +295,6 @@ :title="$t('userManage.userInfoObj.editPermission')" :visible.sync="EditFormdialog" :before-close="EditFromDataClose" top="2vh" > <el-form :model="upform" label-position="top"> <el-form-item src/views/userManage/orgManage.vue
@@ -230,7 +230,6 @@ <el-dialog top="2vh" :title="$t('common.append')" :visible.sync="dialogFormVisible" > src/views/userManage/resourceManage.vue
@@ -243,7 +243,6 @@ <el-dialog :title="dialogTitle" :visible.sync="isTransfer" top="2vh" append-to-body > <el-tree @@ -270,7 +269,6 @@ :title="$t('userManage.resManageObj.addResource')" style="overflow: hidden" :visible.sync="InsertFormdialog" top="2vh" > <div style="height: 500px; overflow: auto"> <el-form :model="insertform" label-position="top"> @@ -453,7 +451,6 @@ :visible.sync="EditFormdialog" :before-close="EditFromDataClose" top="2vh" > <div style="height: 500px; overflow: auto"> <el-form :model="upform" label-position="top"> src/views/userManage/roleManage.vue
@@ -273,7 +273,6 @@ <el-dialog :title="$t('userManage.RM.insertRole')" top="2vh" style="overflow: hidden" :visible.sync="InsertFormdialog" @@ -384,7 +383,6 @@ </el-dialog> <el-dialog :title="$t('userManage.RM.updateRole')" top="2vh" :visible.sync="UpdateFormdialog" > <div style="height: 500px; overflow: auto"> src/views/userManage/templateManage.vue
@@ -176,7 +176,6 @@ : `${$t('common.update')}` " :visible.sync="dialogVisible" top="2vh" :before-close="handleClose" :show-close="false" >