@@ -211,7 +211,7 @@
</div>
<div>
- <span v-if="!ou.status" style="color: #00c537; font-size: 12px">在线中</span>
+ <span v-if="ou.status" style="color: #00c537; font-size: 12px">在线中</span>
<span v-else style="font-size: 12px; color: #666666">{{ ou.downTime | formatTime }}下线</span>