src/components/Table/lims-table.vue
@@ -230,7 +230,7 @@ }, rowStyle: { type: Object || Function, default: () => { }, default: () => null, }, tableData: { type: Array, @@ -327,7 +327,6 @@ this.$emit("pagination", { page: page, limit: limit }); }, indexMethod(index) { // return index * 2; return (this.page.current - 1) * this.page.size + index + 1; }, // 点击单元格link事件