From 3879af0080bd3aeb72dfaab0a309bff72bab4806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=9C?= Date: Mon, 13 Nov 2023 09:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E8=88=B1=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Guide/Guide.tsx | 6 +++++- src/pages/Register/index.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Guide/Guide.tsx b/src/components/Guide/Guide.tsx index 1b2cea69..7bb8252b 100644 --- a/src/components/Guide/Guide.tsx +++ b/src/components/Guide/Guide.tsx @@ -121,7 +121,11 @@ const Guide: React.FC = (props) => { active: { stroke: 'white', lineWidth: 1 }, }, tooltip: { - items: ['name', 'adcode', 'value'], + items: [ + {field:'name',alias:'行政区域名称'}, + {field:'adcode',alias:'行政区域编码'}, + {field:'value',alias:'点位数目统计值'} + ] }, zoom: { position: 'bottomright', diff --git a/src/pages/Register/index.js b/src/pages/Register/index.js index fc683625..a18506d7 100644 --- a/src/pages/Register/index.js +++ b/src/pages/Register/index.js @@ -149,7 +149,7 @@ function Register(e) { - + 前往登录