From b5312ca8f8cea8218293053b1a0b5b232d321a0b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:27:29 +0800
Subject: [PATCH] feat: databoard

---
 src/views/DataBoard/components/DataOverviewContent.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/DataBoard/components/DataOverviewContent.vue b/src/views/DataBoard/components/DataOverviewContent.vue
index bcb9280..c71edf0 100644
--- a/src/views/DataBoard/components/DataOverviewContent.vue
+++ b/src/views/DataBoard/components/DataOverviewContent.vue
@@ -12,13 +12,13 @@
     ></DataBoardDataInfoItem>
     <DataBoardDataInfoItem
       :backgroundImage="DataBoardDataInfoBg3"
-      label="濂栧姳閲戝彂鏀炬�婚"
+      label="鍙敤璧勯噾鍙戞斁鎬婚"
       v-model:value="sumBountyReleaseAmountValue"
       :precision="2"
     ></DataBoardDataInfoItem>
     <DataBoardDataInfoItem
       :backgroundImage="DataBoardDataInfoBg4"
-      label="濂栧姳閲戜娇鐢ㄦ�婚"
+      label="鍙敤璧勯噾浣跨敤鎬婚"
       v-model:value="sumBountyUseAmountValue"
       :precision="2"
     ></DataBoardDataInfoItem>

--
Gitblit v1.9.1