diff --git a/one/docs/components/button-group.md b/one/docs/components/button-group.md index e08f90f..b793739 100644 --- a/one/docs/components/button-group.md +++ b/one/docs/components/button-group.md @@ -72,7 +72,7 @@ | `item` | [^scoped-slot-item] | ^^^scoped-slot-item -默认作用域插槽,用来定制每个按钮的内容。 +用来定制每个按钮的内容。 默认内容:`label` 属性值。 diff --git a/one/docs/components/column.md b/one/docs/components/column.md index 16d2583..101021e 100644 --- a/one/docs/components/column.md +++ b/one/docs/components/column.md @@ -70,6 +70,6 @@ 作用域参数当前子行数据中的所有字段,以及当前主行对应索引值 `index`。 :::warning -如果所属的 `Table` 组件定义了作用域插槽 `sub-row`,单独列的 `sub-row` 将被覆盖。 +如果所属的 `Table` 组件定义了插槽 `sub-row`,单独列的 `sub-row` 将被覆盖。 ::: ^^^ diff --git a/one/docs/components/table.md b/one/docs/components/table.md index baf9b6c..c86e1a5 100644 --- a/one/docs/components/table.md +++ b/one/docs/components/table.md @@ -94,7 +94,7 @@ | `sub-row` | [^scoped-slot-sub-row] | ^^^scoped-slot-sub-row -展开行后子行的内容。使用此插槽时,内容会作为行展开下方通栏显式的子行内容。使用此插槽时会覆盖 `Column` 的作用域插槽 `sub-row` 内容。 +展开行后子行的内容。使用此插槽时,内容会作为行展开下方通栏显式的子行内容。使用此插槽时会覆盖 `Column` 的插槽 `sub-row` 内容。 作用域参数为 `data` 内当前行数据中的所有字段,以及当前行对应索引值 `index`。 ^^^ diff --git a/one/docs/components/tabs.md b/one/docs/components/tabs.md index 446c7ed..996bbcb 100644 --- a/one/docs/components/tabs.md +++ b/one/docs/components/tabs.md @@ -107,9 +107,9 @@ | 名称 | 描述 | | -- | -- | -| `change` | 切换时触发。回调参数为 `(tab: Object)`,`tab` 与作用域插槽中的作用域参数一致。 | +| `change` | 切换时触发。回调参数为 `(tab: Object)`,`tab` 与 `tab-label` 插槽中的作用域参数一致。 | | `add` | 点击添加按钮触发的事件,无回调参数。 | -| `remove` | 删除标签时触发的事件。回调参数为 `(tab: Object)`,`tab` 与作用域插槽中的作用域参数一致。 | +| `remove` | 删除标签时触发的事件。回调参数为 `(tab: Object)`,`tab` 与 `tab-label` 插槽中的作用域参数一致。 | ### 全局配置 diff --git a/one/docs/components/uploader.md b/one/docs/components/uploader.md index 5f07057..5fc92ba 100644 --- a/one/docs/components/uploader.md +++ b/one/docs/components/uploader.md @@ -195,10 +195,10 @@ | `upload` | 图片上传模式下,上传按钮的区域。 | | `desc` | 对文件数量、格式、大小等的提示内容。 | | `file` | [^file] | -| `file-before` | 单个文件内容之前的区域。作用域参数与 `file` 作用域插槽相同。 | -| `file-after` | 单个文件内容之后的区域。作用域参数与 `file` 作用域插槽相同。 | -| `uploading` | 图片上传模式下,上传中的单个图片的区域。作用域参数与 `file` 作用域插槽相同。 | -| `failure` | 图片上传模式下,上传失败的单个图片的区域。作用域参数与 `file` 作用域插槽相同。 | +| `file-before` | 单个文件内容之前的区域。作用域参数与 `file` 插槽相同。 | +| `file-after` | 单个文件内容之后的区域。作用域参数与 `file` 插槽相同。 | +| `uploading` | 图片上传模式下,上传中的单个图片的区域。作用域参数与 `file` 插槽相同。 | +| `failure` | 图片上传模式下,上传失败的单个图片的区域。作用域参数与 `file` 插槽相同。 | ^^^button-label 上传按钮里的内容。