forked from liweijie/education
样式调整
This commit is contained in:
@@ -412,11 +412,6 @@ export default {
|
||||
this.fetchList()
|
||||
},
|
||||
methods: {
|
||||
/** 序号:按当前页数据索引生成跨页连续的序号 */
|
||||
fmtXh(index) {
|
||||
return (this.pageNum - 1) * this.pageSize + index + 1
|
||||
},
|
||||
|
||||
/** 创建空表单 */
|
||||
createEmptyForm() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user