Browse Source

BI-77542 fix:高亮

es6
Jimmy.Chai 3 years ago
parent
commit
4025cc2c7d
  1. 3
      src/case/button/treeitem/item.icon.treeleaf.js

3
src/case/button/treeitem/item.icon.treeleaf.js

@ -36,7 +36,8 @@ BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
py: o.py
py: o.py,
keyword: o.keyword
});
var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left);
var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, {

Loading…
Cancel
Save