epx-frame 4.0.8 → 4.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/2.js +1 -1
- package/lib/88.js +7 -0
- package/lib/epx-frame.common.js +1 -1
- package/lib/form-item.js +58 -45
- package/package.json +1 -1
package/lib/88.js
CHANGED
|
@@ -664,6 +664,13 @@ var Component = __webpack_require__(128);
|
|
|
664
664
|
label: '不需要',
|
|
665
665
|
value: false
|
|
666
666
|
}]
|
|
667
|
+
}, {
|
|
668
|
+
key: 'lazy',
|
|
669
|
+
label: '懒加载子节点',
|
|
670
|
+
type: 'switch',
|
|
671
|
+
showFlag: {
|
|
672
|
+
type: ['tree']
|
|
673
|
+
}
|
|
667
674
|
}, {
|
|
668
675
|
key: 'treeExpandLevel',
|
|
669
676
|
label: '默认展开层级',
|