是否正常修改

hubei-jinshennong
LAPTOP-S9HJSOEB\昊天 9 months ago
parent 36b67b107d
commit faff8d227c

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

Loading…
Cancel
Save