From 523e053e73f7f9c4cfb5e69e9d07844a8ac4d99c Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期五, 12 三月 2021 11:28:34 +0800
Subject: [PATCH] 企业指标分类统计表格统计结构

---
 src/components/LayerController/modules/LcServiceLayerFilter.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index c4a6cef..a108102 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -6,7 +6,7 @@
                                           @change="swAllSubFilter(item)">{{item.name}}
                 </div>
                 <div class="content">
-                    <div v-for="filter in item.filters" :key="filter.code">
+                    <div v-for="filter in item.layers" :key="filter.code">
                         <input type="checkbox" :value="filter.code" :checked="filter.checked" @change="swSubFilter(item.url,filter)"><label
                             :title="filter.name">{{filter.name}}</label>
                     </div>
@@ -73,12 +73,12 @@
 
 <style scoped lang="less">
     .inner-panel {
+        width: 500px;
         color: #90c8e0;
         font-size: 13px;
 
         position: absolute;
-        left: 250px;
-        bottom: 10px;
+        left: 300px;
         z-index: 1000;
         height: 220px;
 

--
Gitblit v1.8.0