树型虚根设置是grid上的,因此可以通过grid的属性设置,如下:


var grid = this.comp("treeGrid");
grid.virtualRootLabel = "aaa";
grid.refresh();

需要注意设置后刷新一下grid