src/views/CNAS/personnel/personnelInfo/tabs/reward-punishment-record.vue
@@ -25,7 +25,9 @@ </div> </div> <div class="table"> <el-table :data="tableData" v-loading="tableLoading" height="66.5vh" style="width: 100%"> <el-table :data="tableData" v-loading="tableLoading" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border height="66.5vh" style="width: 100%"> <el-table-column label="序号" type="index" width="120"> <template v-slot="scope"> <span>{{ (search.current - 1) * search.size + scope.$index + 1 }}</span>