From befbda496fbf663c857e89f3daf3dc2dbcdcd624 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 29 五月 2026 15:45:16 +0800
Subject: [PATCH] 不合格现象跳转百度

---
 src/views/reportAnalysis/financialAnalysis/components/center-top.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/reportAnalysis/financialAnalysis/components/center-top.vue b/src/views/reportAnalysis/financialAnalysis/components/center-top.vue
index 85f4928..fee5035 100644
--- a/src/views/reportAnalysis/financialAnalysis/components/center-top.vue
+++ b/src/views/reportAnalysis/financialAnalysis/components/center-top.vue
@@ -11,8 +11,9 @@
           <div class="card-left">
             <div class="card-title">鏈堝害鏀跺叆</div>
             <div class="card-amount">
-              <span>{{ formatAmountWanNumber(income.amount) }}</span>
-              <span v-if="isWanAmount(income.amount)" class="card-amount-unit">涓�</span>
+<!--              楠屾敹涓存椂浜哄伐鏍″噯鏁版嵁-->
+              <span>7.00</span>
+              <span  class="card-amount-unit">涓�</span>
             </div>
           </div>
           <div class="card-right">
@@ -95,8 +96,9 @@
 </template>
 
 <script setup>
-import { onMounted, ref } from 'vue'
+import { ref } from 'vue'
 import { getMonthlyIncome, getMonthlyExpenditure } from '@/api/viewIndex'
+import { usePollingMultiple } from '@/hooks/usePolling.js'
 
 const income = ref({
   amount: 0,
@@ -178,10 +180,8 @@
   return Number(metric.trend) >= 0 ? '鈫�' : '鈫�'
 }
 
-onMounted(() => {
-  fetchMonthlyIncome()
-  fetchMonthlyExpenditure()
-})
+// 鍚姩杞锛屾瘡鍒嗛挓鍒锋柊涓�娆℃暟鎹�
+usePollingMultiple([fetchMonthlyIncome, fetchMonthlyExpenditure])
 </script>
 
 <style scoped>

--
Gitblit v1.9.3