From 75d00d91bc5f3eac6dd17310c010e692e914129d Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期五, 28 三月 2025 10:54:20 +0800 Subject: [PATCH] 修改单位 --- src/components/datascreen/LeftPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/datascreen/LeftPanel.vue b/src/components/datascreen/LeftPanel.vue index 2fc8461..fcca0b1 100644 --- a/src/components/datascreen/LeftPanel.vue +++ b/src/components/datascreen/LeftPanel.vue @@ -31,7 +31,7 @@ {{ item.growth > 0 ? '+' : '' }}{{ item.householdNumRate }} </span> </div> - {{ item.householdNum }}户 + {{ item.householdNum }}人 </div> </div> <div class="progress-bar"> -- Gitblit v1.7.1