From 5623ddf0e8acadf7cefbd0a1fcf8f49661404202 Mon Sep 17 00:00:00 2001 From: Bingkun Li Date: Fri, 6 Feb 2026 15:45:02 +0800 Subject: [PATCH 1/2] Change icons for turnon sar and end all jobs --- .../home/components/device1-manage/index.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue index 4b11def..9e17d49 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue +++ b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue @@ -114,22 +114,7 @@ - - - - + + + + Date: Fri, 6 Feb 2026 15:58:32 +0800 Subject: [PATCH 2/2] Change button color and hint message --- .../src/views/home/components/device1-manage/index.js | 2 +- .../src/views/home/components/device1-manage/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.js b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.js index 4eed9a7..58664e6 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.js +++ b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.js @@ -134,7 +134,7 @@ export default { } }) } else if (type === 2) { - const bool = await this.$confirm(`确认要关机吗?`, '提示', { + const bool = await this.$confirm(`确认要结束所有任务吗?`, '提示', { customClass: 'confirm-light', confirmButtonText: '确定', cancelButtonText: '取消', diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue index 9e17d49..1a1b33c 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue +++ b/frontend/Skyeye-sys-ui/src/views/home/components/device1-manage/index.vue @@ -121,7 +121,7 @@ icon="el-icon-switch-button" size="mini" circle - @click="handleRadar(scope.row, 2)" + @click="handleRadar(scope.row, 1)" > @@ -132,11 +132,11 @@ placement="top" >