diff --git a/frontend/src/views/toolbox/supervisor/index.vue b/frontend/src/views/toolbox/supervisor/index.vue
index 8ccec0075..fc3c000c2 100644
--- a/frontend/src/views/toolbox/supervisor/index.vue
+++ b/frontend/src/views/toolbox/supervisor/index.vue
@@ -54,7 +54,7 @@
show-overflow-tooltip
>
-
+
{{ row.dir }}
@@ -93,7 +93,7 @@
-
+
{{ $t('website.check') }}
@@ -106,7 +106,6 @@
-
+
+
+
+ {{ scope.row.PID }}
+
+
+
@@ -148,6 +157,7 @@
+
@@ -158,6 +168,7 @@ import ConfigSuperVisor from './config/index.vue';
import { computed, onMounted } from 'vue';
import Create from './create/index.vue';
import File from './file/index.vue';
+import ProcessDetail from '@/views/host/process/process/detail/index.vue';
import { getSupervisorProcess, operateSupervisorProcess } from '@/api/modules/host-tool';
import { GlobalStore } from '@/store';
import i18n from '@/lang';
@@ -170,6 +181,7 @@ const loading = ref(false);
const setSuperVisor = ref(false);
const createRef = ref();
const fileRef = ref();
+const processDetailRef = ref();
const data = ref();
const maskShow = ref(true);
const supervisorStatus = ref({