修改示例1

This commit is contained in:
wanghaoo 2018-04-08 15:55:59 +08:00
parent e27491bf52
commit 3ef3e8f5ec
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Demo1 extends Component {
onSelect={this.onSelect} onCheck={this.onCheck}
onDoubleClick={this.onDoubleClick}
>
<TreeNode title="parent 1" key="0-0" onDoubleClick={this.onDoubleClick}>
<TreeNode title="parent 1" key="0-0" >
<TreeNode title="parent 1-0" key="0-0-0" disabled>
<TreeNode title="leaf" key="0-0-0-0" disableCheckbox />
<TreeNode title="leaf" key="0-0-0-1" />