| | |
| | | <template> |
| | | <div class="connectivity"> |
| | | <el-button type="primary" @click="selectPipeLine" size="mini" highlight-current-row |
| | | title="地图上点击要显示流向的管段">选择管段 |
| | | </el-button> |
| | | title="地图上点击要显示流向的管段">选择管段</el-button> |
| | | <el-button type="primary" @click="clearFlow" size="mini" highlight-current-row |
| | | title="地图上点击要显示流向的管段">清除</el-button> |
| | | <el-table max-height="200" class="tableBox" highlight-current-row :data="tableDataLiuxiang" size="mini"> |
| | | <el-table-column :show-overflow-tooltip="true" prop="pipecode" label="管段类型"></el-table-column> |
| | | <el-table-column :show-overflow-tooltip="true" sortable width="100" prop="pipecode" |
| | |
| | | this.tableDataLinkResult = [] |
| | | this.lxTableDataResult = [] |
| | | }, |
| | | clearFlow () { |
| | | this.handleClick() |
| | | }, |
| | | linkClear () { |
| | | if (this.currentSelectStartLine != null) { |
| | | this.currentSelectStartLine.remove() |