pref(仪表板、数据大屏): 明细表行总计小计优化

This commit is contained in:
ulleo
2026-03-04 14:09:31 +08:00
committed by ulleo
parent 2bc862bb43
commit 9f37d15504

View File

@@ -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()
},