From 5c928eab2885953ad4ffdef4bb9308b20451a259 Mon Sep 17 00:00:00 2001 From: wanxiaoli Date: Fri, 30 May 2025 17:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E7=94=B1MB?= =?UTF-8?q?=E6=94=B9=E4=B8=BAKB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/testdata/fileSynchronization/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/views/testdata/fileSynchronization/index.vue b/web/src/views/testdata/fileSynchronization/index.vue index 5537bed..a970331 100644 --- a/web/src/views/testdata/fileSynchronization/index.vue +++ b/web/src/views/testdata/fileSynchronization/index.vue @@ -1119,7 +1119,7 @@ const tabs = ref(1) :class="data.station == '0' ? 'custom-tree-node' : (data.station == '1' ? 'custom-tree-node1' : (data.station == '2' ? 'custom-tree-node2' : 'custom-tree-node3'))"> {{ data.fileName }}({{ data.isFile == 'FOLDER' ? data.children.length : - data.fileSize + 'MB' }}) + data.fileSize + 'KB' }}) @@ -1154,7 +1154,7 @@ const tabs = ref(1) {{ data.fileName }}({{ data.isFile == 'FOLDER' ? data.children.length : - data.fileSize + 'MB' }}) + data.fileSize + 'KB' }}) @@ -1203,7 +1203,7 @@ const tabs = ref(1) @@ -1244,7 +1244,7 @@ const tabs = ref(1) @@ -1288,7 +1288,7 @@ const tabs = ref(1)