feat(AddressEdit): add new prop disable-area (#5630)

This commit is contained in:
rex
2020-02-07 10:57:36 +08:00
committed by GitHub
parent d97e679e68
commit fd9cd12fe5
3 changed files with 11 additions and 4 deletions
+3
View File
@@ -73,6 +73,9 @@ export default {
| show-delete | Whether to show delete button | *boolean* | `false` |
| show-set-default | Whether to show default address switch | *boolean* | `false` |
| show-search-result | Whether to show address search result | *boolean* | `false` |
| show-area | Whether to show area cell | *boolean* | `true` |
| show-detail | Whether to show detail field | *boolean* | `true` |
| disable-area | Whether to disable area select | *boolean* | `false` |
| save-button-text | Save button text | *string* | `Save` |
| delete-button-text | Delete button text | *string* | `Delete` |
| detail-rows | Detail input rows | *number \| string* | `1` |