指标列表

This commit is contained in:
仲么了
2024-01-15 16:15:24 +08:00
parent 646af778e9
commit 0feebcd5ba
12 changed files with 505 additions and 127 deletions

View File

@@ -47,7 +47,7 @@ export default class TableStore {
this.isWebPaging = options.isWebPaging || false
this.method = options.method || 'GET'
this.table.column = options.column
this.showPage = options.showPage || true
this.showPage = options.showPage === false ? false : true
this.table.publicHeight = options.publicHeight || 0
this.table.resetCallback = options.resetCallback || null
this.table.loadCallback = options.loadCallback || null