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' ? '文件' : '/' }}
-
-
-
-
-
-
- 删除
-
- 下载
-
-
-
-
+
+
+ 删除
+
+ 下载
+
+
+
+
+
@@ -227,6 +229,8 @@ defineOptions({
name: 'govern/device/fileService'
})
const pageHeight = mainHeight(20)
+const tableHeight = mainHeight(100)
+
const loading = ref(false)
//nDid
const nDid = ref('')