From 938493192a9a112e5eef0d98b46a30569ce98a59 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 06 十二月 2022 16:04:56 +0800
Subject: [PATCH] 1

---
 src/views/datamanage/SpatialData.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/datamanage/SpatialData.vue b/src/views/datamanage/SpatialData.vue
index 88580b6..71af9bf 100644
--- a/src/views/datamanage/SpatialData.vue
+++ b/src/views/datamanage/SpatialData.vue
@@ -38,13 +38,13 @@
               >{{$t('common.reset')}}</el-button
             >
 
-            <el-button
+            <!-- <el-button
               v-if="btnStatus.download"
               icon="el-icon-position"
               type="success"
               size="small"
               >{{$t('common.download')}}</el-button
-            >
+            > -->
           </el-form-item>
         </el-form>
         <el-divider class="eldivider" />
@@ -208,13 +208,13 @@
       tree: [
         {
           tabDesc: '鍩虹鏁版嵁',
-          tab: '鍩虹鏁版嵁',
+          label: '鍩虹鏁版嵁',
           value: 'BD',
           children: [],
         },
         {
           tabDesc: '涓氬姟鏁版嵁',
-          tab: '涓氬姟鏁版嵁',
+          label: '涓氬姟鏁版嵁',
           value: 'BS',
           children: [],
         },
@@ -222,7 +222,7 @@
       tableAttach: [],
       defaultProps: {
         children: 'children',
-        label: 'tab',
+        label: 'label',
       },
       btnStatus: {
         select: false,
@@ -368,6 +368,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+")"
         if (option[i].ns == 'bd') {
           this.tree[0].children.push(val_Data);
         } else {
@@ -754,7 +755,7 @@
       border-radius: 5px;
       padding: 1%;
       max-height: 670px;
-      overflow-y: auto;
+      overflow : auto;
     }
     .spatial_rightContent {
       width: 80%;

--
Gitblit v1.9.3