mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
update: uni-id-address 以支持 uni-data-picker 选择地址
This commit is contained in:
parent
31f44d3057
commit
1314cf4d34
@ -40,6 +40,17 @@
|
|||||||
"description": "电话区号",
|
"description": "电话区号",
|
||||||
"title": "电话区号"
|
"title": "电话区号"
|
||||||
},
|
},
|
||||||
|
"city_id": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"title": "地址",
|
||||||
|
"description": "城市编码",
|
||||||
|
"enumType": "tree",
|
||||||
|
"enum": {
|
||||||
|
"collection": "opendb-city-china",
|
||||||
|
"orderby": "value asc",
|
||||||
|
"field": "code as value, name as text"
|
||||||
|
}
|
||||||
|
},
|
||||||
"province_code": {
|
"province_code": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "省级编码",
|
"description": "省级编码",
|
||||||
|
Loading…
Reference in New Issue
Block a user