| | |
| | | |
| | | <el-table v-loading="loading" :data="roleList" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column label="角色编号" prop="roleId" width="150" /> |
| | | <el-table-column label="序号" width="150"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.$index + (queryParams.pageNum - 1) * queryParams.pageSize + 1 }} </span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="角色名称" prop="roleName" :show-overflow-tooltip="true" min-width="150" /> |
| | | <el-table-column label="角色编号" prop="roleKey" :show-overflow-tooltip="true" min-width="150" /> |
| | | <el-table-column label="显示顺序" prop="roleSort" width="150" /> |