配件类型
This commit is contained in:
parent
dc121fb045
commit
98268c53ba
|
|
@ -113,7 +113,7 @@
|
|||
const path = this.getNodePath(e, this.options);
|
||||
if (path) {
|
||||
// 拼接路径名称
|
||||
this.showLabel = path.join('•');
|
||||
this.showLabel = path.join('/');
|
||||
} else {
|
||||
this.showLabel = e[this.defaultProps.label];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue