From 513faea916e5371957ad995ad1b9b8853f1ea760 Mon Sep 17 00:00:00 2001
From: junleea <354425203@qq.com>
Date: Sun, 3 Aug 2025 18:05:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=B7=BB=E5=8A=A0shell?=
=?UTF-8?q?=E8=BF=90=E8=A1=8C=E9=94=99=E8=AF=AF=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ShellList.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/ShellList.vue b/src/views/ShellList.vue
index 7309db9..167da4d 100644
--- a/src/views/ShellList.vue
+++ b/src/views/ShellList.vue
@@ -646,7 +646,7 @@ export default {
>
- {{ Math.ceil(scope.row.ShellDuration) }}
+ {{ Math.round(scope.row.ShellRuntime * 100) / 100 }}
- {{ Math.ceil(scope.row.ShellDuration) }}
+ {{ Math.round(scope.row.ShellDuration * 100) / 100 }}