gaoluyang
昨天 fe631515b71782a10a750874f6d4582fe027cd22
src/views/system/role/index.vue
@@ -92,7 +92,7 @@
      </el-row>
      <!-- 表格数据 -->
      <el-table v-loading="loading" :data="roleList" @selection-change="handleSelectionChange">
      <el-table v-loading="loading" :data="roleList" @selection-change="handleSelectionChange" stripe>
         <el-table-column type="selection" width="55" align="center" />
         <el-table-column label="角色编号" prop="roleId" width="120" />
         <el-table-column label="角色名称" prop="roleName" :show-overflow-tooltip="true" width="150" />