From 42c8c76b00027995e01cbe692198831fbe019f38 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 17:11:49 +0800
Subject: [PATCH] fix: 数据看板

---
 src/hooks/industrialPark.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/hooks/industrialPark.ts b/src/hooks/industrialPark.ts
index ac9adc3..93cc1d9 100644
--- a/src/hooks/industrialPark.ts
+++ b/src/hooks/industrialPark.ts
@@ -10,7 +10,7 @@
     placeholderData: () => [] as API.IndustrialParkDropDownOutput[],
   });
 
-  /**濂栧姳閲戝洯鍖� */
+  /**鍙敤璧勯噾鍥尯 */
   const fourStreamsIndustrialParkList = computed(() => {
     return industrialParkList.value.filter((x) => !!x.rewardEnable);
   });

--
Gitblit v1.9.1