fix:病害合并拆分,病害确认

This commit is contained in:
2024-11-05 09:25:16 +08:00
parent e6c8860ead
commit 13f3e113f5
11 changed files with 872 additions and 110 deletions
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-22 15:30:25
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-10-31 16:13:31
* @LastEditTime: 2024-11-04 15:19:03
* @FilePath: \znxjxt-ui\src\views\big-screen\components\img-dialog.vue
* @Description: 大屏查看图片弹窗
-->
@@ -109,9 +109,9 @@
@load="updateRects"
/>
<div
class="rect-overlay"
v-for="(rect, index) in rects"
:key="index"
class="rect-overlay"
:style="getRectStyle(rect)"
></div>
</div>
@@ -119,7 +119,7 @@
采集时间: {{ new Date(rectsItem.createdTime).toLocaleString() }}<br />
起始桩号: {{ rectsItem.stakeStart || "暂无数据" }} 终止桩号:
{{ rectsItem.stakeEnd || "暂无数据" }}<br />
路产状态: {{ filterState(rectsItem.state) }}
路产状态: {{ filterState(rectsItem.state) }}
</div>
</div>
<!-- 小图展示 -->