|
|
|
|
@ -88,10 +88,10 @@
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
<span slot="status" slot-scope="text">
|
|
|
|
|
<!-- <span :style="text.status == 1 ?' color:red': ''">
|
|
|
|
|
{{ text.status == null ? ' ' : text.status == 0 ? '正常' : '告警' }}
|
|
|
|
|
</span> -->
|
|
|
|
|
否
|
|
|
|
|
<span :style="text.status == 1 ?' color:red': ''">
|
|
|
|
|
{{ text.status == null ? ' ' : text.status == 0 ? '否' : '是' }}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
<span slot="videoPath1" slot-scope="text">
|
|
|
|
|
<a-button type="link" @click="showModel(text)">
|
|
|
|
|
|