|
|
@ -4,7 +4,8 @@ |
|
|
|
##### 新增了\resource\components\mobile\formComponents\TreePickerAdvance.js |
|
|
|
##### 新增了\resource\components\mobile\formComponents\TreePickerAdvance.js |
|
|
|
##### 现在表单使用的是新树,可在表单项的config中配置新参数,具体看用例文件 |
|
|
|
##### 现在表单使用的是新树,可在表单项的config中配置新参数,具体看用例文件 |
|
|
|
##### 新树加了两个参数: |
|
|
|
##### 新树加了两个参数: |
|
|
|
##### leafOnly:是否只能选中叶子节点,默认为true |
|
|
|
##### [已删除]leafOnly:是否只能选中叶子节点,默认为true |
|
|
|
|
|
|
|
##### selectable:是否可以选中该节点,默认值为this.isLeaf(item) 值为一个函数或字符串表达式 |
|
|
|
##### multiple:是否可以多选,默认为false |
|
|
|
##### multiple:是否可以多选,默认为false |
|
|
|
|
|
|
|
|
|
|
|
### 简介 |
|
|
|
### 简介 |
|
|
|