From 65c8f3c1578ede8963b5126dd0817ea0ccff5a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Sat, 1 Mar 2025 17:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/staff/api/staff.js | 8 ++++ src/views/inspection/staff/index.vue | 64 +++++++++++++++---------- src/views/partner/api/device.js | 8 ++++ src/views/partner/device.vue | 19 +++++++- src/views/partner/file/file.vue | 4 ++ 5 files changed, 76 insertions(+), 27 deletions(-) diff --git a/src/views/inspection/staff/api/staff.js b/src/views/inspection/staff/api/staff.js index 8ac482f..336092c 100644 --- a/src/views/inspection/staff/api/staff.js +++ b/src/views/inspection/staff/api/staff.js @@ -42,6 +42,14 @@ export function addUser(data) { }) } // 新增用户 +export function addFolder(data) { + return request({ + url: '/inspectionStaff/addFolder', + method: 'post', + data: data + }) +} +// 新增用户 export function permissionAssign(data) { return request({ url: '/system/permission/assign-user-role', diff --git a/src/views/inspection/staff/index.vue b/src/views/inspection/staff/index.vue index a452af2..d100a60 100644 --- a/src/views/inspection/staff/index.vue +++ b/src/views/inspection/staff/index.vue @@ -49,7 +49,8 @@ - 导出 + 导出 @@ -79,10 +80,10 @@ @@ -104,7 +105,7 @@ - + @@ -238,24 +239,27 @@ + +
点击查看附件
+
- - - 点击上传 -
只能上传jpg/png文件,且不超过500kb
-
-
+ + + + + + + + + + + + + + + + +