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 }}