From 7b39ff089474a1f2cdad872254659bec8c48f181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 13 Feb 2020 10:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9F=8E=E5=B8=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/common/components/form/City.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/react/src/common/components/form/City.js b/public/react/src/common/components/form/City.js index b397c8b59..e74ef5f09 100644 --- a/public/react/src/common/components/form/City.js +++ b/public/react/src/common/components/form/City.js @@ -120,7 +120,7 @@ const options = [{ value: '广东', label: '广东', children: [{ - value: "广州", + value: "广州", label: '广州' },{ value: '深圳', @@ -493,6 +493,9 @@ const options = [{ children: [{ value: "兰州", label: '兰州' + },{ + value: "嘉谷关", + label: '嘉谷关' },{ value: '白银', label: '白银' @@ -537,7 +540,7 @@ const options = [{ value: '广西', label: '广西', children: [{ - value: "南宁", + value: "南宁", label: '南宁' },{ value: '百色',