feat(address-edit): add area-columns-placeholder props (#4582)

This commit is contained in:
Jake
2019-09-26 10:12:47 +08:00
committed by neverland
parent 8740376218
commit 7ad6c324f8
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| area-list | 地区列表 | *object* | - | - |
| area-columns-placeholder | 地区选择列占位提示文字 | *string[]* | `[]` | - |
| address-info | 收货人信息初始值 | *AddressInfo* | `{}` | - |
| search-result | 详细地址搜索结果 | *SearchResult[]* | `[]` | - |
| show-postal | 是否显示邮政编码 | *boolean* | `false` | - |