Commit 89d6ad23 authored by 耿迪迪's avatar 耿迪迪

设备巡检 工单问题修改 gengdidi

parent 1928ed55
......@@ -76,11 +76,11 @@ public class TInspectionPlanServiceImpl implements ITInspectionPlanService
if(dataList.size() != 0) {
InspectionDataVo inspectionDataVo = new InspectionDataVo();
TDeviceInfo deviceInfo = null;
TPipe pipe = null;
for (TInspectionData temp : dataList) {
InspectionDataVo inspectionDataVo = new InspectionDataVo();
BeanUtils.copyProperties(temp, inspectionDataVo);
if (!"0".equals(temp.getDeviceType())) {
......
......@@ -187,17 +187,17 @@
<div class="feedbackTime-div">
<div class="feedbackTime">
<el-image :src="activity.pictureUrl1" :preview-src-list="[activity.pictureUrl1]"
v-if="activity.pictureUrl1 != null && activity.pictureUrl1 != ''" style="width: 100%;">
v-if="activity.pictureUrl1 != null && activity.pictureUrl1 != ''" :z-index="9999" style="width: 100%;">
</el-image>
</div>
<div class="feedbackTime">
<el-image :src="activity.pictureUrl2" :preview-src-list="[activity.pictureUrl2]"
v-if="activity.pictureUrl2 != null && activity.pictureUrl2 != ''" style="width: 100%;">
v-if="activity.pictureUrl2 != null && activity.pictureUrl2 != ''" :z-index="9999" style="width: 100%;">
</el-image>
</div>
<div class="feedbackTime">
<el-image :src="activity.pictureUrl3" :preview-src-list="[activity.pictureUrl3]"
v-if="activity.pictureUrl3 != null && activity.pictureUrl3 != ''" style="width: 100%;">
v-if="activity.pictureUrl3 != null && activity.pictureUrl3 != ''" :z-index="9999" style="width: 100%;">
</el-image>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment