diff --git a/src/components/SystemSetting/StationManage.tsx b/src/components/SystemSetting/StationManage.tsx index a54f3cd..72b11e0 100644 --- a/src/components/SystemSetting/StationManage.tsx +++ b/src/components/SystemSetting/StationManage.tsx @@ -94,6 +94,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 @@ -286,7 +287,7 @@ export default function StationManage() { - + handleDelete(record.id)}> diff --git a/src/locales/en/index.ts b/src/locales/en/index.ts index eeafa70..055fef1 100644 --- a/src/locales/en/index.ts +++ b/src/locales/en/index.ts @@ -3054,7 +3054,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 76c1e94..40013c8 100644 --- a/src/locales/zh/index.ts +++ b/src/locales/zh/index.ts @@ -3088,7 +3088,9 @@ const zh = { s412: '自动备份', - s110: '边界绘制', + s110: '人员', + BoundaryDrawing: '边界绘制', + mappingLayer: '映射图层', mappingLayerPlaceholder: '请选择要映射的发布图层',