添加柱状图

This commit is contained in:
kron
2025-09-25 10:16:23 +08:00
parent 94edc3d6c9
commit 67be4ad7d6
5 changed files with 98 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ onMounted(() => {
<text>{{ data.createAt }}</text>
</view>
<view>
<text>黄心率{{ data.yellowRate * 100 }}%</text>
<text>黄心率{{ Number(data.yellowRate.toFixed(2)) * 100 }}%</text>
<text>10环数{{ data.tenRings }}</text>
<text>平均{{ data.averageRing }}</text>
</view>