zhuo
2025-03-16 13a60da2424da8cd50e52e35e0126e23e34ea6f3
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>