配件类型

This commit is contained in:
hongchao 2025-06-14 10:15:17 +08:00
parent dc121fb045
commit 98268c53ba
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
const path = this.getNodePath(e, this.options); const path = this.getNodePath(e, this.options);
if (path) { if (path) {
// //
this.showLabel = path.join(''); this.showLabel = path.join('/');
} else { } else {
this.showLabel = e[this.defaultProps.label]; this.showLabel = e[this.defaultProps.label];
} }