diff --git a/docs/zh-CN/components/crud.md b/docs/zh-CN/components/crud.md index 5b0629df3..b394e8880 100755 --- a/docs/zh-CN/components/crud.md +++ b/docs/zh-CN/components/crud.md @@ -3718,9 +3718,9 @@ itemAction 里的 onClick 还能通过 `data` 参数拿到当前行的数据, 当前组件对外暴露以下特性动作,其他组件可以通过指定`actionType: 动作名称`、`componentId: 该组件id`来触发这些动作,动作配置可以通过`args: {动作配置项名称: xxx}`来配置具体的参数,详细请查看[事件动作](../../docs/concepts/event-action#触发其他组件的动作)。 -| 动作名称 | 动作配置 | 说明 | -| -------- | --------------- | ------------------ | -| setValue | `value: object` | 设置 CRUD 数据记录 | +| 动作名称 | 动作配置 | 说明 | +| -------- | --------------- | ------------ | +| setValue | `value: object` | 更新列表记录 | value 结构说明: diff --git a/docs/zh-CN/components/table.md b/docs/zh-CN/components/table.md index 13fec596f..c21a0ca82 100755 --- a/docs/zh-CN/components/table.md +++ b/docs/zh-CN/components/table.md @@ -2551,7 +2551,7 @@ popOver 的其它配置请参考 [popover](./popover) | selectAll | - | 设置表格全部项选中 | | clearAll | - | 清空表格所有选中项 | | initDrag | - | 开启表格拖拽排序功能 | -| setValue | `value: object` | 设置 CRUD 数据记录 | +| setValue | `value: object` | 更新列表记录 | value 结构说明: