From 03c8e4d3cb4ee0dedc58b16e6a944818a478087c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=B9=E5=87=B8=E6=9B=BC?= Date: Tue, 13 Jun 2023 10:27:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=B9=E5=99=A8=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E5=8D=B7=E5=BF=AB=E6=8D=B7=E8=BF=9B=E5=85=A5=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E7=82=B9=E6=96=87=E4=BB=B6=E7=9B=AE=E5=BD=95=20#1325=20(#1357)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 凹凸曼 --- frontend/src/views/container/volume/index.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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" - /> + > + + { const goSetting = async () => { router.push({ name: 'ContainerSetting' }); }; - +const toFolder = (folder: string) => { + router.push({ path: '/hosts/files', query: { path: folder } }); +}; const dialogCreateRef = ref(); interface DialogExpose {