From 211661fa8b55ebc962be765f4f59659ab9b4b982 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 30 Jan 2026 16:39:51 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 uniapps/work-app/src/pages/work/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/uniapps/work-app/src/pages/work/index.vue b/uniapps/work-app/src/pages/work/index.vue
index 7cccdb0..d0a0221 100644
--- a/uniapps/work-app/src/pages/work/index.vue
+++ b/uniapps/work-app/src/pages/work/index.vue
@@ -122,11 +122,11 @@
 		tabList.value.forEach(tab=>{
 
 			if(tab.key === 'all'){
-				tab.badge.value = totalCount || 0
+        tab.badge.value = (totalCount || 0).toString()
         tab.badge.showZero = true
 
 			}else if(tab.key === 'myTickets'){
-				tab.badge.value = myCount || 0
+				tab.badge.value = (myCount || 0).toString()
         tab.badge.showZero = true
 			}
 		})
@@ -214,7 +214,7 @@
     }
     .u-badge {
       background-color: #1d6fe9 !important;
-      margin-top: -17px !important;
+      margin-top: -14px !important;
       margin-left: -5px !important;
     }
   }

--
Gitblit v1.9.3