feat(图表): 汇总表总计,支持对数值类字段进行自定义汇总

#12878

去除多余打印
This commit is contained in:
ulleo
2025-03-25 17:23:47 +08:00
committed by xuwei-fit2cloud
parent 84992c4921
commit 0d800669f6

View File

@@ -58,9 +58,7 @@ function getAxisList() {
}
const computedAxis = computed(() => {
const l = getAxisList()
console.log(l)
return l
return getAxisList()
})
const summaryTypes = [
{ key: 'sum', name: t('chart.sum') },