|
@@ -34,7 +34,7 @@
|
|
|
</VueDragResize>
|
|
|
<VueDragResize
|
|
|
v-if="item.type===2 && item.fetchFlag===1 "
|
|
|
- v-show="item.result===1"
|
|
|
+ v-show="item.result===0"
|
|
|
:isActive="item.isActive"
|
|
|
:w="35"
|
|
|
:h="35"
|
|
@@ -49,12 +49,12 @@
|
|
|
<template slot="title">
|
|
|
{{ item.description }}
|
|
|
</template>
|
|
|
- <img src="@/assets/green.png" @click="handleInfo(item)" alt="" width="35px" height="35px">
|
|
|
+ <img src="@/assets/stop.png" @click="handleInfo(item)" alt="" width="35px" height="35px">
|
|
|
</a-tooltip>
|
|
|
</VueDragResize>
|
|
|
<VueDragResize
|
|
|
v-if="item.type===2 && item.fetchFlag===0 "
|
|
|
- v-show="item.result===0"
|
|
|
+ v-show="item.result===1"
|
|
|
:isActive="item.isActive"
|
|
|
:w="35"
|
|
|
:h="35"
|
|
@@ -69,7 +69,13 @@
|
|
|
<template slot="title">
|
|
|
{{ item.description }}
|
|
|
</template>
|
|
|
- <img style="z-index: 100" @click="handleInfo(item)" src="@/assets/stop.png" alt="" width="35px" height="35px">
|
|
|
+ <img
|
|
|
+ style="z-index: 100"
|
|
|
+ @click="handleInfo(item)"
|
|
|
+ src="@/assets/green.png"
|
|
|
+ alt=""
|
|
|
+ width="35px"
|
|
|
+ height="35px">
|
|
|
</a-tooltip>
|
|
|
</VueDragResize>
|
|
|
</div>
|
|
@@ -116,7 +122,7 @@
|
|
|
</div>
|
|
|
<detail ref="detailModal" @ok="handleOk" />
|
|
|
<detail-log ref="detailLogModal" @ok="handleOk" />
|
|
|
-<!-- <remote-opc-warn></remote-opc-warn>-->
|
|
|
+ <!-- <remote-opc-warn></remote-opc-warn>-->
|
|
|
</div>
|
|
|
</template>
|
|
|
|