From 52dbd09bd67af4f6c66b1e044b3e55798a25145c Mon Sep 17 00:00:00 2001 From: zhangqi <727393967@qq.com> Date: Mon, 8 Sep 2025 19:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=99=84=E4=BB=B6=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/task.js | 10 +++++++++ src/views/Contact.vue | 4 ++-- src/views/Home.vue | 4 ++-- src/views/TaskInput.vue | 46 ++++++++++++++++++++++++++++++---------- src/views/TaskSearch.vue | 18 ++++++++++++---- 5 files changed, 63 insertions(+), 19 deletions(-) diff --git a/src/api/task.js b/src/api/task.js index 67225c9..362b6a6 100644 --- a/src/api/task.js +++ b/src/api/task.js @@ -61,3 +61,13 @@ export const regFileView = () => { }) } +// 附件删除 +export const regFileDelete = (data) => { + return request({ + url: '/rescue/reg/file/delete.htm', + method: 'post', + data + }) +} + + diff --git a/src/views/Contact.vue b/src/views/Contact.vue index 0638c86..648e5ff 100644 --- a/src/views/Contact.vue +++ b/src/views/Contact.vue @@ -28,8 +28,8 @@ .aboutUs { width: 100%; - background-image: url(@/assets/bg2.png); - background-size: 100% 100%; + background: url(@/assets/bg2.png) center no-repeat; + background-size: auto 100%; display: flex; justify-content: center; } diff --git a/src/views/Home.vue b/src/views/Home.vue index 55ce1c6..6814034 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -17,8 +17,8 @@
区域
-
2650
-
专项涧查区斌题盖
+
2650nmi²
+
专项调查区域覆盖
diff --git a/src/views/TaskInput.vue b/src/views/TaskInput.vue index 65d6520..2c93e2f 100644 --- a/src/views/TaskInput.vue +++ b/src/views/TaskInput.vue @@ -221,7 +221,7 @@ - + 查看附件 @@ -231,7 +231,7 @@
保存 - 取消 + 取消
@@ -240,7 +240,7 @@ @@ -268,12 +280,15 @@