前端监控完成

This commit is contained in:
aixianling
2023-02-10 16:29:01 +08:00
parent 89a7eb3441
commit 5f355e47f1
5 changed files with 116 additions and 46 deletions

View File

@@ -149,11 +149,11 @@ export default {
checkAll: v => v.chooseList.length == v.tableData.length && v.tableData !== 0,
page() {
return {
...this.pageConfig,
current: this.current,
size: this.size,
total: this.total,
pagerCount: this.pagerCount
pagerCount: this.pagerCount,
...this.pageConfig
}
},
},