From 6d5c374c6095a4eb6dfd6f616db6b05493e86a5f Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Mon, 27 Jul 2026 17:19:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=88=98=E7=95=A5=E5=9B=9E=E9=A1=BE?= =?UTF-8?q?=E4=BC=9A=E6=94=B9=E5=96=84=E8=A1=8C=E5=8A=A8=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E2=80=94=E7=AE=AD=E5=A4=B4=E5=87=BD=E6=95=B0=E5=B0=91=E6=8B=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/MapReview.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/MapReview.vue b/frontend/src/views/MapReview.vue index 79284c57..306043a4 100644 --- a/frontend/src/views/MapReview.vue +++ b/frontend/src/views/MapReview.vue @@ -228,10 +228,10 @@

📋 改善行动进度

- {{ pendingCount }} 待处理 - {{ inProgressCount }} 进行中 - {{ doneCount }} 已完成 - {{ overdueCount }} 逾期 + {{ pendingCount() }} 待处理 + {{ inProgressCount() }} 进行中 + {{ doneCount() }} 已完成 + {{ overdueCount() }} 逾期