From 573244aac2489a1a097d6f06c68c545ac8b042cb Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 2 Sep 2024 20:22:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B7=AF=E5=BE=84=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B92.=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E4=BF=AE?= =?UTF-8?q?=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 | 44 +++++++++++++++++-- 1 file changed, 40 insertions(+), 4 deletions(-) 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%;