diff --git a/src/views/govern/device/fileService/index.vue b/src/views/govern/device/fileService/index.vue index 9beefbe..149b0fd 100644 --- a/src/views/govern/device/fileService/index.vue +++ b/src/views/govern/device/fileService/index.vue @@ -27,21 +27,49 @@ > 搜索 重置 + + + 文件上传 + +
+
-
+ { const obj = { id: nDid.value, file: e.raw, - filePath: row.prjDataPath + filePath: row|| row.prjDataPath } uploadDeviceFile(obj).then(res => { console.log(res, '上传文件毁掉') @@ -297,6 +325,14 @@ watch( height: 100%; padding-bottom: 200px; z-index: 100; + position: relative; + .list_upload { + position: absolute; + width: 100px; + height: 40px; + right: 20px; + top: 10px; + } .list_item { flex: none; width: 23.3%;