管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-24 c42e12bcc0877678cf09438b7a6bfb9ccd7342fa
src/views/Tools/queryinfo.vue
@@ -11,7 +11,10 @@
      top="calc(100% - 470px) "
    >
      <div>
        <div style="width:940px;height:400px;" v-drag>
        <div
          style="width:940px;height:400px;"
          v-drag
        >
          <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" />
          <map-space-pop v-if="$store.state.mapPopBoxFlag == '2'" />
          <pipe-line-analy v-if="$store.state.mapPopBoxFlag == '3'" />
@@ -120,6 +123,8 @@
        )
        window.histogramHandler = null
      }
      this.$store.state.histLenged = false;
    },
    // 打开弹窗
    open(title, value, style = {}) {