From 8994e585d37575ef6df49f083ed23796a85a4113 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 15:13:06 +0800
Subject: [PATCH] fix: bug
---
src/views/DataBoard/components/DataBoardCenterMap.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/DataBoard/components/DataBoardCenterMap.vue b/src/views/DataBoard/components/DataBoardCenterMap.vue
index df6d27f..2f7d0c8 100644
--- a/src/views/DataBoard/components/DataBoardCenterMap.vue
+++ b/src/views/DataBoard/components/DataBoardCenterMap.vue
@@ -10,11 +10,13 @@
:backgroundImage="DataBoardDataInfoBg6"
label="鍙戞斁棰�"
v-model:value="sumBountyReleaseAmountValue"
+ :precision="2"
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg7"
label="浣跨敤棰�"
v-model:value="sumBountyUseAmountValue"
+ :precision="2"
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg8"
--
Gitblit v1.10.0