This commit is contained in:
fengrong 2024-11-26 14:08:03 +08:00
parent de8480519a
commit fb0f7bd4b5

View File

@ -96,7 +96,7 @@
@mouseout="hideButton"
>
<span>{{item.eventTimeFormate}}</span>
<span>{{item.deviceCode}}</span>
<span>{{item.deviceName}}</span>
<span>{{item.eventText}}</span>
<span v-show="showConfirmButton" >
<a style="color: #0277b3; cursor: pointer;" @click="open(item)" >确认</a>