mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
feat(视图): 透视表支持合计列汇总
This commit is contained in:
@@ -425,9 +425,7 @@ export default {
|
||||
if (this.resetTotalSort(this.totalForm.row.totalSortField)) {
|
||||
this.totalForm.row.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
}
|
||||
if (this.resetTotalSort(this.totalForm.col.totalSortField)) {
|
||||
this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
}
|
||||
this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
} else {
|
||||
this.totalForm.row.totalSortField = ''
|
||||
this.totalForm.col.totalSortField = ''
|
||||
|
||||
Reference in New Issue
Block a user