[Doc] optimize data structure table (#3854)
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
||||
| save | Triggered when click save button | content:contact info |
|
||||
| delete | Triggered when click delete button | content:contact info |
|
||||
|
||||
### Contact Data Structure
|
||||
### Data Structure of Contact
|
||||
|
||||
| key | Description | Type |
|
||||
|------|------|------|
|
||||
|
||||
@@ -186,7 +186,7 @@ export default {
|
||||
|
||||
### Contact 数据结构
|
||||
|
||||
| key | 说明 | 类型 |
|
||||
| 键名 | 说明 | 类型 |
|
||||
|------|------|------|
|
||||
| id | 每位联系人的唯一标识 | `string | number` |
|
||||
| name | 联系人姓名 | `string` |
|
||||
|
||||
Reference in New Issue
Block a user