| | |
| | | style="width: 100%" |
| | | @row-click="singleElection" |
| | | highlight-current-row |
| | | height="78%" |
| | | height="calc(100% - 124px)" |
| | | > |
| | | <el-table-column |
| | | align="center" |
| | |
| | | > |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | | type="primary" |
| | | type="success" |
| | | icon="el-icon-circle-plus-outline" |
| | | size="small" |
| | | :disabled="roleid == null ? true : false" |
| | |
| | | |
| | | <el-table |
| | | :data="usertableData" |
| | | stripe |
| | | |
| | | style="width: 100%" |
| | | height="78%" |
| | | height="calc(100% - 124px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column |
| | |
| | | } |
| | | } |
| | | } |
| | | .el-table, |
| | | .el-table /deep/ .el-table__expanded-cell { |
| | | background-color: transparent !important; |
| | | } |
| | | .el-table /deep/ th, |
| | | .el-table /deep/ tr { |
| | | background-color: transparent !important; |
| | | } |
| | | |
| | | </style> |