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' ? '文件' : '/' }} - - - - - - - - + + + + +