派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-27 2580545be3ba0b7070d1497c2711de7d435ed02b
企业应急-事件处置
2个文件已修改
54 ■■■■ 已修改文件
src/components/base-page/enterprise-emergency/event-handling/DisposalProposed.vue 39 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/topicSearch/enterprise-emergency/EventQuery.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/base-page/enterprise-emergency/event-handling/DisposalProposed.vue
@@ -5,11 +5,17 @@
<!--      <el-table-column type="selection" label="预览" width="55"></el-table-column>-->
<!--    </el-table>-->
    <el-card class="box-card">
      <div v-for="o in tableData" :key="o" class="text item">
        {{ o.content }}
    <div class="" style="padding: 5px;">
<!--      <div v-for="o in tableData" :key="o" class="text item">-->
<!--        {{ o.content }}-->
<!--      </div>-->
      <div>
        1、关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流
        <div>
      </div>
    </el-card>
      </div>
    </div>
    <div >
</div>
@@ -23,8 +29,31 @@
    return {
      tableData: [
        {
          no: 1,
          name: '关闭阀门',
          content: '关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流',
          content: '1、关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流',
          type: 'closeFM',
          fmGxList: {
            // 上游阀门
            syfm: [{ name: '阀门B', lng: 114, lat: 32 }, { name: '阀门a', lng: 114, lat: 32 }],
            // 下游阀门
            xyfm: [{ name: '阀门E', lng: 114, lat: 32 }, { name: '阀门F', lng: 114, lat: 32 }]
          }
        },{
          no: 1,
          name: '关闭阀门',
          content: '1、关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流',
          type: 'closeFM',
          fmGxList: {
            // 上游阀门
            syfm: [{ name: '阀门B', lng: 114, lat: 32 }, { name: '阀门a', lng: 114, lat: 32 }],
            // 下游阀门
            xyfm: [{ name: '阀门E', lng: 114, lat: 32 }, { name: '阀门F', lng: 114, lat: 32 }]
          }
        },{
          no: 1,
          name: '关闭阀门',
          content: '1、关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流',
          type: 'closeFM',
          fmGxList: {
            // 上游阀门
src/components/panel/topicSearch/enterprise-emergency/EventQuery.vue
@@ -84,7 +84,7 @@
                    <p>事件类型:<span>模拟管线事件</span>
                        <el-button class="rt btn00fff6" size="mini" style="margin-right: 0.04rem;"
                                   @click="accordPopup()">
                            <span>事件管理</span>
                            <span>事件处置</span>
                        </el-button>
                    </p>
                </div>
@@ -114,6 +114,7 @@
// import AjaxUtils from '@utils/AjaxUtils'
import DisposalEvent from '../../../base-page/enterprise-emergency/DisposalEvent'
import EventHandling from '@components/base-page/enterprise-emergency/event-handling/EventHandling'
import eventBus from '../../../../eventBus'
import EventsReported from '../../../../components/base-page/enterprise-emergency/EventsReported'
@@ -162,7 +163,17 @@
    },
    // 点击事件管理
    accordPopup () {
      eventBus.$emit('disposal-analysis', true)
      // eventBus.$emit('disposal-analysis', true)
      window.$layer.open({
        content: {
          comp: EventHandling, // 组件
          parent: this, // 父组件
          data: { // 传递的参数
            // info: this.info
          }
        },
        title: '事件处置'
      })
    },
    // 开始分析
    startAnalysis () {