From 98268c53ba21a4297bd2d55d8076cb3e7d189f6a Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 14 Jun 2025 10:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repair/tree-select/tselectTwo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }