|
@@ -36,7 +36,7 @@
|
|
|
<span style="font-weight: bold;color: #2bb673">是否异常:</span><span style="font-size: 14px">{{ element.ifNormal?"是":"否" }}</span>
|
|
|
<span style="font-weight: bold;color: #2bb673">异常描述:</span
|
|
|
><span style="font-size: 14px">{{ element.description }}</span><br/>
|
|
|
- <span style="font-weight: bold;color: #2bb673" v-if="element.urls">图片:<span style="font-size: 14px"><Icon icon="ep:view" @click="openWeb(element.urls)" /></span></span>
|
|
|
+ <span style="font-weight: bold;color: #2bb673" v-if="element.picUrl">图片:<span style="font-size: 14px;vertical-align: middle"><Icon style="color: deepskyblue" icon="ep:view" @click="openWeb(element.picUrl)" /></span></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|