From 73a9ec2e05fc185f7c88e25387b0978ec4ba6614 Mon Sep 17 00:00:00 2001 From: mmc <1556375442@qq.com> Date: Thu, 3 Sep 2026 11:28:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SystemSetting/StationManage.tsx | 4 ++-- src/locales/en/index.ts | 4 +++- src/locales/zh/index.ts | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/SystemSetting/StationManage.tsx b/src/components/SystemSetting/StationManage.tsx index e486a96..02d69b5 100644 --- a/src/components/SystemSetting/StationManage.tsx +++ b/src/components/SystemSetting/StationManage.tsx @@ -97,7 +97,7 @@ export default function StationManage() { getStationList(params).then(res => { if (res.code === 200) { setStationList(res.rows || []); - + setPagination({ ...pagination, total: res.total || res.rows?.length || 0 @@ -294,7 +294,7 @@ export default function StationManage() { - + handleDelete(record.id)}> diff --git a/src/locales/en/index.ts b/src/locales/en/index.ts index 9bd367c..b0d20ab 100644 --- a/src/locales/en/index.ts +++ b/src/locales/en/index.ts @@ -3068,7 +3068,9 @@ const en = { s412: 'Auto Backup', - s110: 'Boundary Drawing', + BoundaryDrawing: 'Boundary Drawing', + + s110: 'Unbind person', mappingLayer: 'Mapped Layer', mappingLayerPlaceholder: 'Select a published layer to map', diff --git a/src/locales/zh/index.ts b/src/locales/zh/index.ts index e7b60ba..6e0c4d3 100644 --- a/src/locales/zh/index.ts +++ b/src/locales/zh/index.ts @@ -3103,7 +3103,9 @@ const zh = { s412: '自动备份', - s110: '边界绘制', + s110: '人员', + BoundaryDrawing: '边界绘制', + mappingLayer: '映射图层', mappingLayerPlaceholder: '请选择要映射的发布图层',