From 4df0471b7dff0494625ff09969b1a13b5359a26e Mon Sep 17 00:00:00 2001 From: XingChuan <m17600301067@163.com> Date: 星期一, 31 五月 2021 22:41:47 +0800 Subject: [PATCH] 统计表弹框UI优化;增加点击企业名称缩放至企业;二级表展示功能优化。 --- src/conf/layers/LayerFsss.js | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/conf/layers/LayerFsss.js b/src/conf/layers/LayerFsss.js index e1a6600..d46732e 100644 --- a/src/conf/layers/LayerFsss.js +++ b/src/conf/layers/LayerFsss.js @@ -25,8 +25,7 @@ type: SERVICE_TYPE.WMS, typeName: 'sewer:fourlink', // wfs: WFS_URL + '?TYPENAME=鍥涢��', - icon: 'sewers/鍥涢��.png', - index: 3 + icon: 'sewers/鍥涢��.png' }, { code: 'tee', @@ -37,13 +36,12 @@ typeName: 'sewer:tee', type: SERVICE_TYPE.WMS, // wfs: WFS_URL + '?TYPENAME=涓夐��', - icon: 'sewers/涓夐��.png', - index: 3 + icon: 'sewers/涓夐��.png' }, { code: 'piperack', name: '绠℃灦(澧�)', - sname: 'PipeRack', + sname: '绠℃灦(澧�)', minZoom: 16, type: SERVICE_TYPE.WMS, typeName: 'sewer:piperack', @@ -53,7 +51,7 @@ { code: 'pipegallery', name: '绠″粖(甯�)', - sname: 'PipeGallery', + sname: '绠″粖(甯�)', minZoom: 16, type: SERVICE_TYPE.WMS, typeName: 'sewer:pipegallery', @@ -70,7 +68,7 @@ name: '娴佸悜', sname: 'ywslx', type: SERVICE_TYPE.WMS, - icon: 'sewers/娴佸悜.png', + typeName: 'sewer:pipesegment_flow', checked: false }, { -- Gitblit v1.8.0