fix(视图): 明细表去除快速计算

This commit is contained in:
wisonic-s 2024-03-28 21:09:56 +08:00
parent 0db8470972
commit f64341b383

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'))) {