From a3304021d69b1c9bcb56ccaf9c556edaebc5e5e7 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 09 七月 2024 15:51:48 +0800
Subject: [PATCH] 模版导出功能开发

---
 src/components/view/index-index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/view/index-index.vue b/src/components/view/index-index.vue
index 16a3025..e3ece03 100644
--- a/src/components/view/index-index.vue
+++ b/src/components/view/index-index.vue
@@ -313,7 +313,7 @@
               <img src="../../../static/img/index-1.svg" alt="">
             </div>
             <div class="mun">
-              <p style="font-size: 20px;">{{ getNumberFourTypes.remainingToDo }}</p>
+              <p style="font-size: 20px;">{{ getNumberFourTypes.totalNumberOfReadMessages }}</p>
               <p style="font-size: 14px;margin-bottom: 10px;">宸插姙浜嬪疁</p>
             </div>
           </div>
@@ -322,7 +322,7 @@
               <img src="../../../static/img/index-2.svg" alt="">
             </div>
             <div class="mun">
-              <p style="font-size: 20px;">{{ getNumberFourTypes.totalNumberOfReadMessages }}</p>
+              <p style="font-size: 20px;">{{ getNumberFourTypes.remainingToDo }}</p>
               <p style="font-size: 14px;margin-bottom: 10px;">鍓╀綑寰呭姙</p>
             </div>
           </div>
@@ -467,7 +467,7 @@
         finishLoding: false, // 鍔犺浇瀹屾垚锛屾樉绀哄凡缁忔病鏈夋洿澶氫簡
         timer:null,
         keyMap:{},
-        getNumberFourTypes: {}, 
+        getNumberFourTypes: {},
 			}
 		},
     watch:{

--
Gitblit v1.9.3