From f74634de71f40bdd7cc398f8e28dd3735cba92c1 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Thu, 24 Oct 2024 10:14:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=8D=E5=8A=A1=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E6=94=B9=E4=B8=BA?=
=?UTF-8?q?KB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/govern/device/fileService/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/govern/device/fileService/index.vue b/src/views/govern/device/fileService/index.vue
index b212e09..92d9ec9 100644
--- a/src/views/govern/device/fileService/index.vue
+++ b/src/views/govern/device/fileService/index.vue
@@ -93,7 +93,7 @@
- {{ row.size ? row.size + '字节' : '/' }}
+ {{ row.size ? row.size + 'KB' : '/' }}