update: uni-id-address 以支持 uni-data-picker 选择地址

This commit is contained in:
handongxun 2021-01-07 14:35:26 +08:00
parent 31f44d3057
commit 1314cf4d34

View File

@ -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": "省级编码",