From 7823dc2ae6c9dffc9a9d710e8208694e09859164 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 17 一月 2023 15:04:44 +0800 Subject: [PATCH] 1 --- src/components/MapView/mapMenuTop.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/mapMenuTop.vue b/src/components/MapView/mapMenuTop.vue index a8ac08b..28038e8 100644 --- a/src/components/MapView/mapMenuTop.vue +++ b/src/components/MapView/mapMenuTop.vue @@ -183,7 +183,7 @@ for (var i in option) { var val_Data = option[i]; val_Data.id = '1' + i; - val_Data.label = val_Data.tabDesc + '(' + val_Data.tab + ')'; + val_Data.label = val_Data.tabDesc ; if (option[i].ns == 'bd') { this.layerData[0].children.push(val_Data); } else { -- Gitblit v1.9.3