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: '百色',