zhuo
2025-03-16 13a60da2424da8cd50e52e35e0126e23e34ea6f3
src/views/system/role/index.vue
@@ -33,7 +33,8 @@
      </div>
    </div>
    <el-table v-loading="loading" :data="roleList" @selection-change="handleSelectionChange">
    <el-table v-loading="loading" :data="roleList" @selection-change="handleSelectionChange"
              :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
      <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" />