提交 0b1cf98e authored 作者: zs's avatar zs
...@@ -76,6 +76,18 @@ ...@@ -76,6 +76,18 @@
>数据同步</view >数据同步</view
> >
</view> </view>
<view
class="action-container"
v-if="detailsInfo.synchronization == 1"
>
<image
class="sign-img no-border"
:src="detailsInfo.signImg"
mode="aspectFit"
@click="previewImage([detailsInfo.signImg], 0)"
>
</image>
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -436,7 +448,7 @@ export default { ...@@ -436,7 +448,7 @@ export default {
this.detailsInfo = detailsInfo; this.detailsInfo = detailsInfo;
this.inspectionNumber = detailsInfo.inspectionNumber; this.inspectionNumber = detailsInfo.inspectionNumber;
if (detailsInfo.synchronization === 1) { if (detailsInfo.synchronization == 1) {
// 已同步数据的查看详情时,只展示'已巡检'的井道信息,过滤未巡检的井道 // 已同步数据的查看详情时,只展示'已巡检'的井道信息,过滤未巡检的井道
let defaultList = detailsInfo.originData; let defaultList = detailsInfo.originData;
this.cardsInfo = this.tabList = defaultList.filter((building) => { this.cardsInfo = this.tabList = defaultList.filter((building) => {
...@@ -768,6 +780,9 @@ export default { ...@@ -768,6 +780,9 @@ export default {
border: 1px solid #ccc; border: 1px solid #ccc;
// border-right: none; // border-right: none;
border-radius: 3px; border-radius: 3px;
&.no-border {
border: none;
}
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论