mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
pref(仪表板、数据大屏): 明细表行总计小计优化
This commit is contained in:
@@ -24,7 +24,12 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
watch(
|
||||
[() => props.chart.customAttr.tableTotal, () => props.chart.xAxis, () => props.chart.yAxis],
|
||||
[
|
||||
() => props.chart.customAttr.tableTotal,
|
||||
() => props.chart.xAxis,
|
||||
() => props.chart.yAxis,
|
||||
() => props.chart.customAttr.basicStyle
|
||||
],
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user