| | |
| | | <template> |
| | | <div class="menuSettings_box userRoleAuthorization userRoleAuthorization1"> |
| | | <div class="menuSettings_tree subpage_Div userRoleAuthorization_left"> |
| | | <div class="menuSettings_left_tree subpage_Div userRoleAuthorization_left content-border"> |
| | | <My-bread |
| | | :list="[ |
| | | `${$t('operatManage.operatManage')}`, |
| | |
| | | menuSettings_tree |
| | | subpage_Div |
| | | userRoleAuthorization_mid userRoleAuthorization_left1 |
| | | content-border |
| | | " |
| | | > |
| | | <div |
| | |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | border |
| | | @row-click="singleElection" |
| | | height="calc(100% - 80px)" |
| | | > |
| | |
| | | </div> |
| | | </div> |
| | | <!-- <div class="userRoleAuthorization_resize1" title="收缩侧边栏">⋮</div> --> |
| | | <div class="menuSettings_tree subpage_Div userRoleAuthorization_mid1"> |
| | | <div class="menuSettings_tree subpage_Div userRoleAuthorization_mid1 content-border"> |
| | | <div |
| | | style=" |
| | | font-size: 14px; |
| | |
| | | line-height: 1; |
| | | cursor: text; |
| | | position: relative; |
| | | top: 5px; |
| | | top: 0px; |
| | | margin-left: 10px; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | <span> |
| | | {{ $t("operatManage.UserRoleAuthorizationObj.userTable") }}</span |
| | | > |
| | | <div class="btn" style="margin-left: auto"> |
| | | <div class="btn" style="margin-left: auto;"> |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | | type="success" |
| | |
| | | <el-table |
| | | :data="usertableData" |
| | | style="width: 100%" |
| | | border |
| | | height="calc(100% - 80px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | |
| | | <el-dialog |
| | | :title="$t('operatManage.UserRoleAuthorizationObj.Added')" |
| | | :visible.sync="dialogTableVisible" |
| | | top="2vh" |
| | | > |
| | | <el-table |
| | | :data="gridData" |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | |
| | | .menuSettings_tree { |
| | | width: 33%; |
| | | //height: 98%; |
| | | height: 100%; |
| | | .menuSettings_left_tree{ |
| | | width: 20%; |
| | | height: 98%; |
| | | margin-top: 10px; |
| | | position: relative; |
| | | padding: 10px; |
| | | border-radius: 10px; |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | } |
| | | .menuSettings_tree { |
| | | width: 39%; |
| | | height: 98%; |
| | | margin-top: 10px; |
| | | //height: 100%; |
| | | position: relative; |
| | | //padding: 1%; |
| | | padding: 10px; |
| | | border-radius: 10px; |
| | | box-sizing: border-box; |
| | | .saveBtn { |
| | | position: absolute; |
| | | left: 250px; |