diff --git a/src/pages/repair/tree-select/tselectTwo.vue b/src/pages/repair/tree-select/tselectTwo.vue index db1ad11..80109e5 100644 --- a/src/pages/repair/tree-select/tselectTwo.vue +++ b/src/pages/repair/tree-select/tselectTwo.vue @@ -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]; }