派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-20 92230b628efc92953e3112c6a7e886f46dbadb35
处置信息弹框关闭
1个文件已修改
23 ■■■■■ 已修改文件
src/components/emergency/index.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/emergency/index.vue
@@ -72,20 +72,13 @@
                        <el-button type="primary" size="mini">横纵断面</el-button>
                        <el-button type="primary" size="mini" @click="showCalculate=!showCalculate">事故水计算</el-button>
                    </div>
                    <table>
                        <tr>
                            <th>建议处置措施</th>
                            <th>预览</th>
                        </tr>
                        <tr>
                            <td> 1.关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流</td>
                            <td></td>
                        </tr>
                        <tr>
                            <td> 1.关闭阀门B、阀门C,对上游管道进行截流;关闭阀门D,对下游管道进行截流</td>
                            <td></td>
                        </tr>
                    </table>
                    <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%">
                        <el-table-column prop="define" label="建议处置措施" show-overflow-tooltip></el-table-column>
                        <el-table-column type="selection" label="预览" width="55"></el-table-column>
                        <!--  <el-table-column label="日期" width="120">
                            <template slot-scope="scope">{{ scope.row.date }}</template>
                        </el-table-column> -->
                    </el-table>
                </div>
                <div class="filteringInformation">
                    <div class="header">
@@ -164,7 +157,7 @@
  data () {
    return {
      tit: '事件处置',
      showSchedule: true,
      showSchedule: false,
      tableData: [
        { name: '预案A', define: '综合预案', hierarchy: '二级单位', classification: '环保' },
        { name: '预案B', define: '专项预案', hierarchy: '直属企业', classification: '环保' },