fix(视图): 明细表去除快速计算
This commit is contained in:
parent
0db8470972
commit
f64341b383
@ -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') ||
|
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'))) {
|
(view.render === 'antv' && (view.type === 'line' || view.type === 'scatter' || view.type === 'bar-time-range'))) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user