| | |
| | | ref="form" |
| | | :model="selFrom" |
| | | > |
| | | <el-form-item label="单位"> |
| | | <el-form-item :label="$t('userManage.roleMenuAuth.name')"> |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | ref="multiSelect" |
| | | style="width: 300px;" |
| | | v-model="selFrom.name" |
| | | placeholder="请选择单位名称..." |
| | | size="small" |
| | | :placeholder="$t('userManage.roleMenuAuth.nameHolder')" |
| | | @change="chooseCustom('multiSelect')" |
| | | > |
| | | <el-option |
| | |
| | | <el-divider class="divider" /> |
| | | <el-table |
| | | :data="menuTableData" |
| | | |
| | | style="width: 100%" |
| | | height="calc(100% - 124px)" |
| | | height="calc(100% - 85px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column |
| | |
| | | </el-table> |
| | | |
| | | <div |
| | | style="margin-top: 20px; text-align: center" |
| | | style="margin-top: 10px; text-align: center" |
| | | class="pagination_box" |
| | | > |
| | | <el-pagination |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .menuSettings_box { |
| | | height: 98%; |
| | | //height: 98%; |
| | | height: 100%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | padding: 0 0.5%; |
| | | |
| | | .menuSettings_tree { |
| | | display: flex; |
| | |
| | | .content_box { |
| | | padding: 10px; |
| | | width: 30%; |
| | | height: 94%; |
| | | height: calc(100% - 20px); |
| | | //height: 94%; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | border-radius: 5px; |
| | |
| | | .el-table /deep/ th, |
| | | .el-table /deep/ tr { |
| | | background-color: transparent !important; |
| | | } |
| | | } |
| | | </style> |
| | | |