From 34e9e9cf8166dce0a2027fc1c1b1e438aa40b0c5 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Tue, 26 Apr 2022 14:23:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityList/Row.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/entityExplorer/entityList/Row.vue b/src/views/entityExplorer/entityList/Row.vue index 2347a11a..8aea66df 100644 --- a/src/views/entityExplorer/entityList/Row.vue +++ b/src/views/entityExplorer/entityList/Row.vue @@ -94,8 +94,8 @@ entityData.bytesSentRate ? unitConvert( entityData.bytesSentRate, - unitTypes.bps, - ).join(' ') + unitTypes.byte, + ).join(' ') + 'ps' : '-' }}