forked from liweijie/education
序号跨页连续
This commit is contained in:
@@ -412,6 +412,11 @@ export default {
|
||||
this.fetchList()
|
||||
},
|
||||
methods: {
|
||||
/** 表格序号(跨页连续) */
|
||||
fmtXh(index) {
|
||||
return (this.pageNum - 1) * this.pageSize + index + 1
|
||||
},
|
||||
|
||||
/** 创建空表单 */
|
||||
createEmptyForm() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user