From e83d3899cecc927b2161b367688af8b6fd36a1ee Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Tue, 22 Oct 2024 21:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=8D=E5=8A=A1=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E9=AB=98=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/fileService/index.vue | 114 +++++++++--------- 1 file changed, 59 insertions(+), 55 deletions(-) diff --git a/src/views/govern/device/fileService/index.vue b/src/views/govern/device/fileService/index.vue index 35c8ade..c9ee2f6 100644 --- a/src/views/govern/device/fileService/index.vue +++ b/src/views/govern/device/fileService/index.vue @@ -62,65 +62,67 @@ - - - - - {{ - row && - row?.prjDataPath && - row?.prjDataPath.includes(activePath) && - row?.prjDataPath.length > activePath.length - ? row?.prjDataPath.replace(activePath, ' ').replace('/', ' ') - : row?.prjDataPath.replace('/', ' ') - }} - - - - - {{ row.size ? row.size + '字节' : '/' }} - - - - - {{ row.type == 'dir' ? '文件夹' : row.type == 'file' ? '文件' : '/' }} - - - - - - - - + + + + +