修复看板中统计数据可能不显示的问题

This commit is contained in:
刘祥超
2022-04-16 22:22:18 +08:00
parent 5138bbe947
commit 18f3a00c0f
5 changed files with 5 additions and 5 deletions

View File

@@ -112,7 +112,7 @@
<span v-else class="disabled">-</span>
</td>
<td class="center">
<span v-if="node.status.isActive && node.status.trafficOutBytes > 0">{{teaweb.formatBytes(node.status.trafficOutBytes/60)}}<br/><span class="grey small">/s</span></span>
<span v-if="node.status.isActive && node.status.trafficOutBytes > 0">{{teaweb.formatBytes(node.status.trafficOutBytes/60)}}/s</span>
<span v-else class="disabled">-</span>
</td>
<td class="center">