| src/views/wel/components/proportionStatic.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/components/proportionStatic.vue
@@ -132,7 +132,7 @@ const echartsRef = ref(null); let { chart } = useEchartsResize(echartsRef); const initChart = val => { let totalNum = val.reduce((sum, item) => sum + item.num, 0); let totalNum = val[0].num //val.reduce((sum, item) => sum + item.num, 0); const data = { total: { title: '总计',