mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 06:21:14 +08:00
update: uni-id-address 以支持 uni-data-picker 选择地址
This commit is contained in:
parent
31f44d3057
commit
1314cf4d34
@ -40,6 +40,17 @@
|
||||
"description": "电话区号",
|
||||
"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": {
|
||||
"bsonType": "string",
|
||||
"description": "省级编码",
|
||||
|
Loading…
Reference in New Issue
Block a user