From daa88a2cc28924d6266a94549f872e06ed826d27 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 7 Feb 2023 02:44:21 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=A7=92=E6=A0=87=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA999?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/js/components/Mobile/Tabbar.vue | 8 +++---- resources/assets/js/pages/manage.vue | 22 +++++++++---------- .../pages/manage/components/ProjectPanel.vue | 4 ++-- .../assets/js/pages/manage/messenger.vue | 6 ++--- .../assets/sass/pages/page-messenger.scss | 4 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) 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('项目负责人')}}

    - +