From 2f86d03a3a75feaf32fb44a0520dcca8057ac84e Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 22 二月 2023 14:35:31 +0800 Subject: [PATCH] 综合展示分析样式修改 --- src/components/MapView/mapSpacePop.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index 37ef809..648bff5 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -232,7 +232,7 @@ obj = this.optionx.find(function (item) { return item.field === value; }); - // debugger + // if (obj.type == 'serial' || obj.type == 'int') { // this.options = this.options2; // } else { -- Gitblit v1.9.3