src/views/system/post/index.vue
@@ -77,7 +77,7 @@ <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> </el-row> <el-table v-loading="loading" :data="postList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="postList" @selection-change="handleSelectionChange" stripe> <el-table-column type="selection" width="55" align="center" /> <el-table-column label="岗位编号" align="center" prop="postId" /> <el-table-column label="岗位编码" align="center" prop="postCode" />