feat(视图): 透视表支持合计列汇总

This commit is contained in:
junjun 2022-12-26 15:08:41 +08:00
parent f6ba529b85
commit 088e67f1d1

View File

@ -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 = ''