From 5a434b18361e93b4d8aba99cd321f25784597a15 Mon Sep 17 00:00:00 2001 From: morning-star Date: Sat, 7 Oct 2023 09:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20treeTable/index.md=20?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97=20(#1386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改错别字 --- docs/treeTable/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/treeTable/index.md b/docs/treeTable/index.md index a846e4a7..37241010 100644 --- a/docs/treeTable/index.md +++ b/docs/treeTable/index.md @@ -319,7 +319,7 @@ treeTable.expandAll('test', false); // 关闭全部节点 | opts | 描述 | 类型 | 默认值 | | --- | --- | -- | --- | | index | 要设置选中状态的行下标或行数据 | number/object | - | -| checked | 选中状态。`true` 选中;`false` 取消选中;`null` 切换。 其中,所为 `radio` 框,则不支持 `null`(切换)。 | boolean | - | +| checked | 选中状态。`true` 选中;`false` 取消选中;`null` 切换。 其中,若为 `radio` 框,则不支持 `null`(切换)。 | boolean | - | | callbackFlag | 是否触发事件,若为 `true`,则 `checked: false` 无效。其对应的事件跟 `table` 的 `radio,checkbox` 事件用法一样 | boolean | `false` | ```js @@ -364,4 +364,4 @@ treeTable.checkAllNodes('test', true); // 全选 ## 贴士 -> `treeTable` 基于 `table` 组件扩展而来,因此,熟练运用 `treeTable` 的前提是熟悉 `table` 组件。 亦可通过 `table` 提供的基础 `API` 操作 `treeTable` 组件,但 `treeTable` 无法操作 `table`。 \ No newline at end of file +> `treeTable` 基于 `table` 组件扩展而来,因此,熟练运用 `treeTable` 的前提是熟悉 `table` 组件。 亦可通过 `table` 提供的基础 `API` 操作 `treeTable` 组件,但 `treeTable` 无法操作 `table`。