更新 treeTable/index.md 错别字 (#1386)

修改错别字
pull/1391/head
morning-star 1 year ago committed by GitHub
parent ca574d1c11
commit 5a434b1836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save