| | |
| | | <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"> |
| | |
| | | data () { |
| | | return { |
| | | tit: '事件处置', |
| | | showSchedule: true, |
| | | showSchedule: false, |
| | | tableData: [ |
| | | { name: '预案A', define: '综合预案', hierarchy: '二级单位', classification: '环保' }, |
| | | { name: '预案B', define: '专项预案', hierarchy: '直属企业', classification: '环保' }, |
| | |
| | | .emergency{ |
| | | /deep/ .el-dialog{ |
| | | width: 450px; |
| | | } |
| | | /deep/ .el-dialog__body{ |
| | | padding: 5px; |
| | | } |
| | | .panel-title{ |
| | | text-align: left; |