From 768fbf4541a63a32feae1d781411e4ce66463bae Mon Sep 17 00:00:00 2001 From: fangxiang Date: Fri, 2 Dec 2022 15:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E5=89=A9?= =?UTF-8?q?=E4=BD=99=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E6=8C=89=E7=85=A7?= =?UTF-8?q?=E5=90=88=E9=80=82=E5=8D=95=E4=BD=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileManageDialog.vue | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/components/FileManageDialog.vue b/src/components/FileManageDialog.vue index 50d1c7b..7e7e625 100644 --- a/src/components/FileManageDialog.vue +++ b/src/components/FileManageDialog.vue @@ -228,6 +228,30 @@ }} {{ props.value }} +
+ + + + {{ + (props.row.file_size / 1024 / 1024 / 1024).toFixed(2) + }}GB + + + {{ (props.row.file_size / 1024 / 1024).toFixed(2) }}MB + + + {{ (props.row.file_size / 1024).toFixed(2) }} KB + + +
{{ props.value }}