Mr.Zhang
2023-09-13 c8c5f498c027b5652caa6cca1fbd95a36ae7b6cf
web_standard/src/views/ext/salaryStatistic.vue
@@ -182,7 +182,6 @@
      return '-'
    },
    customIndex(index) {
      console.log();
      return (this.tableData.pagination.pageIndex-1) * this.tableData.pagination.pageSize + index + 1
    }
  }