提交 0cdb3275 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 4cbb9723
......@@ -267,7 +267,7 @@ const groupOption = computed(() => {
{
label: '占比',
computed({ row }) {
return ((parseInt(row.total) / labelTotal.value) * 100).toFixed(2) + '%'
return ((parseInt(row.total) / groupTotal.value) * 100).toFixed(2) + '%'
}
}
],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论