master
Joe 2 years ago
parent 32852b1b52
commit 1f1e5df1ce

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 KiB

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 KiB

After

Width:  |  Height:  |  Size: 662 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 KiB

After

Width:  |  Height:  |  Size: 518 KiB

@ -42,7 +42,7 @@
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">户外排水管缺失</div>
<div class="tips-text">无组织排水</div>
</template>
<div class="step image1-4" @click="find(4)">
<img style="width: 0.3rem;" src="../assets/1-4.png" alt="" v-if="findList.includes(4)">
@ -90,13 +90,33 @@
<img style="width: 0.4rem;" src="../assets/2-4.png" alt="" v-if="findList.includes(4)">
</div>
</a-tooltip>
<a-tooltip trigger="click" placement="right" :align="{
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">爬梯制作安装不符合规范圆笼箍的大小不统一</div>
</template>
<div class="step image2-5" @click="find(5)">
<img style="width: 0.4rem;" src="../assets/2-5.png" alt="" v-if="findList.includes(5)">
</div>
</a-tooltip>
<a-tooltip trigger="click" placement="right" :align="{
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">爬梯制作安装不符合规范圆笼箍的大小不统一</div>
</template>
<div class="step image2-6" @click="find(6)">
<img style="width: 0.4rem;" src="../assets/2-6.png" alt="" v-if="findList.includes(6)">
</div>
</a-tooltip>
</template>
<template v-else-if="current == 2">
<a-tooltip trigger="click" placement="left" :align="{
targetOffset: ['0%','-30%'],
}">
<template slot="title">
<div class="tips-text">柜内电缆芯线排列不整齐备用芯线导体外</div>
<div class="tips-text">备用芯线无端帽长度未满足接线端最高处要求</div>
</template>
<div class="step image3-1" @click="find(1)">
<img style="width: 0.35rem;" src="../assets/3-1.png" alt="" v-if="findList.includes(1)">
@ -106,7 +126,7 @@
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">保护屏端子箱等盘柜内防火封堵工艺不良封堵不严密</div>
<div class="tips-text">柜内防火封堵工艺不良封堵不严密</div>
</template>
<div class="step image3-2" @click="find(2)">
<img style="width: 0.3rem;" src="../assets/3-2.png" alt="" v-if="findList.includes(2)">
@ -116,7 +136,7 @@
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">没有两点接电</div>
<div class="tips-text">槽钢基础两端未接地</div>
</template>
<div class="step image3-3" @click="find(3)">
<img style="width: 0.3rem;" src="../assets/3-3.png" alt="" v-if="findList.includes(3)">
@ -126,7 +146,7 @@
targetOffset: ['0%','0%'],
}">
<template slot="title">
<div class="tips-text">预埋件未设膨胀缝短边大于 300mm 的预埋件</div>
<div class="tips-text">预埋件未设膨胀缝短边大于300mm的预埋件未预留灌浆孔</div>
</template>
<div class="step image3-4" @click="find(4)">
<img style="width: 0.3rem;" src="../assets/3-4.png" alt="" v-if="findList.includes(4)">
@ -178,7 +198,7 @@ export default {
data() {
//
return {
isBegin: false,
isBegin: true,
imageList: [
require('../assets/bg1.png'),
require('../assets/bg2.png'),
@ -188,8 +208,8 @@ export default {
isSuccessed: false,
findList: [],
massage: '请找找看,下面有几处违章?',
fourList: [0,1],
sixList: [2],
fourList: [0],
sixList: [1,2],
};
},
methods: {
@ -335,10 +355,10 @@ export default {
}
.image1-2 {
bottom: 34%;
bottom: 29%;
left: 40.9%;
width: 0.8rem;
height: 1.3rem;
height: 1rem;
display: flex;
justify-content: end;
align-items: start;

Loading…
Cancel
Save