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 @@
{{$L(item.name)}} - +
@@ -66,7 +66,7 @@
{{$L('工作报告')}} - +
{{$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('项目负责人')}}

    - +