diff --git a/resources/assets/js/components/Mobile/Tabbar.vue b/resources/assets/js/components/Mobile/Tabbar.vue
index 88b4085f4..b7d297c45 100644
--- a/resources/assets/js/components/Mobile/Tabbar.vue
+++ b/resources/assets/js/components/Mobile/Tabbar.vue
@@ -22,12 +22,12 @@
{{$L(item.label)}}
-
-
-
+
+
+
-
+
diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue
index d637faba1..be40c593b 100644
--- a/resources/assets/js/pages/manage.vue
+++ b/resources/assets/js/pages/manage.vue
@@ -11,7 +11,7 @@
{{userInfo.nickname}}
-
+
@@ -57,7 +57,7 @@
@@ -66,7 +66,7 @@
{{$L('导出任务统计')}}
@@ -98,9 +98,9 @@
-
-
-
+
+
+
@@ -109,7 +109,7 @@
-
+
@@ -451,11 +451,11 @@ export default {
num += $A.getDialogUnread(dialog, false);
mention += $A.getDialogMention(dialog);
})
- if (num > 99) {
- num = "99+"
+ if (num > 999) {
+ num = "999+"
}
- if (mention > 99) {
- mention = "99+"
+ if (mention > 999) {
+ mention = "999+"
}
const todoNum = this.msgTodoTotal // 待办
if (todoNum) {
diff --git a/resources/assets/js/pages/manage/components/ProjectPanel.vue b/resources/assets/js/pages/manage/components/ProjectPanel.vue
index 8dbb5bda4..fb699a047 100644
--- a/resources/assets/js/pages/manage/components/ProjectPanel.vue
+++ b/resources/assets/js/pages/manage/components/ProjectPanel.vue
@@ -16,7 +16,7 @@
{{$L('项目负责人')}}
-
+
@@ -45,7 +45,7 @@
-
+
diff --git a/resources/assets/js/pages/manage/messenger.vue b/resources/assets/js/pages/manage/messenger.vue
index 3c8a60b70..667474e8c 100644
--- a/resources/assets/js/pages/manage/messenger.vue
+++ b/resources/assets/js/pages/manage/messenger.vue
@@ -20,7 +20,7 @@
:key="key"
:class="{active:dialogActive==item.type}"
@click="onActive(item.type)">
-
+
{{$L(item.name)}}
@@ -86,7 +86,7 @@
-
+
@@ -136,7 +136,7 @@