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() }} 逾期