diff --git a/frontend/src/views/container/volume/index.vue b/frontend/src/views/container/volume/index.vue
index 323de3264..e19a9459e 100644
--- a/frontend/src/views/container/volume/index.vue
+++ b/frontend/src/views/container/volume/index.vue
@@ -54,7 +54,16 @@
show-overflow-tooltip
min-width="120"
prop="mountpoint"
- />
+ >
+
+ {{ row.mountpoint }}
+
+
+
+
+
+
+
{
const goSetting = async () => {
router.push({ name: 'ContainerSetting' });
};
-
+const toFolder = (folder: string) => {
+ router.push({ path: '/hosts/files', query: { path: folder } });
+};
const dialogCreateRef = ref();
interface DialogExpose {