From e0755a41244f9487e41cf2d92cfb600c4082f4b2 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Tue, 29 Oct 2024 11:44:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E4=B8=8D=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=A4=A7=E5=B0=8F?=
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 a639d73..a402114 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 + 'KB' : '/' }}
+ {{ row.size && row.type == 'file' ? row.size + 'KB' : '/' }}