Tree: checkbox can be disabled

This commit is contained in:
Dreamacro
2017-07-19 18:36:26 +08:00
committed by 杨奕
parent 6f724ea6a3
commit 476f76875c
7 changed files with 327 additions and 75 deletions

View File

@@ -69,7 +69,8 @@
return {
children: 'children',
label: 'label',
icon: 'icon'
icon: 'icon',
disabled: 'disabled'
};
}
},