序号跨页连续

This commit is contained in:
2026-08-25 17:05:41 +08:00
parent af7370def4
commit 872eb4c84a
2 changed files with 6 additions and 1 deletions
@@ -412,6 +412,11 @@ export default {
this.fetchList()
},
methods: {
/** 表格序号(跨页连续) */
fmtXh(index) {
return (this.pageNum - 1) * this.pageSize + index + 1
},
/** 创建空表单 */
createEmptyForm() {
return {