| | |
| | | > |
| | | <el-form-item label="单位"> |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | ref="multiSelect" |
| | | style="width: 300px;" |
| | | v-model="selFrom.name" |
| | |
| | | style="width: 100%" |
| | | @row-click="singleElection" |
| | | highlight-current-row |
| | | |
| | | > |
| | | <el-table-column |
| | | align="center" |
| | |
| | | @size-change="authhandleSizeChange" |
| | | @current-change="authhandleCurrentChange" |
| | | :current-page="rolMenuListData.pageIndex" |
| | | :page-sizes="[10, 20, 30, 40]" |
| | | :page-sizes="[10, 20, 50, 100]" |
| | | :page-size="rolMenuListData.pageSize" |
| | | layout="prev, pager, next" |
| | | :total="roleMenuCount" |
| | |
| | | @size-change="addhandleSizeChange" |
| | | @current-change="addhandleCurrentChange" |
| | | :current-page="addlistData.pageIndex" |
| | | :page-sizes="[10, 20, 30, 40]" |
| | | :page-sizes="[10, 20, 50, 100]" |
| | | :page-size="addlistData.pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="addcount" |
| | |
| | | padding: 10px; |
| | | width: 30%; |
| | | height: 94%; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | border-radius: 5px; |
| | | } |
| | | } |