Merge pull request #8782 from dataease/pr@dev@fix_table_info_remove_quick_calc

fix(视图): 明细表去除快速计算
This commit is contained in:
wisonic-s 2024-03-28 21:11:27 +08:00 committed by GitHub
commit 73716bc72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2569,6 +2569,9 @@ export default {
}
}
}
if (view.type === 'table-info' && ele.groupType === 'q') {
ele.compareCalc = compareItem
}
})
if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map', 'race-bar') ||
(view.render === 'antv' && (view.type === 'line' || view.type === 'scatter' || view.type === 'bar-time-range'))) {