forked from github/dataease
Merge pull request #4194 from dataease/pr@dev@feat_table_pivot
feat(视图): 透视表支持合计列汇总
This commit is contained in:
commit
fbdee996bf
@ -425,9 +425,7 @@ export default {
|
|||||||
if (this.resetTotalSort(this.totalForm.row.totalSortField)) {
|
if (this.resetTotalSort(this.totalForm.row.totalSortField)) {
|
||||||
this.totalForm.row.totalSortField = this.totalSortFields[0].dataeaseName
|
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 {
|
} else {
|
||||||
this.totalForm.row.totalSortField = ''
|
this.totalForm.row.totalSortField = ''
|
||||||
this.totalForm.col.totalSortField = ''
|
this.totalForm.col.totalSortField = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user