From 91513e171078ed6b0887f87b9fced33895d6d3fb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 08 七月 2025 08:35:50 +0800
Subject: [PATCH] 2025.7.8

---
 src/views/visualization/SupervisionVisual.vue |   31 ++++++++++++++++++++++---------
 1 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/src/views/visualization/SupervisionVisual.vue b/src/views/visualization/SupervisionVisual.vue
index 9d33e29..ff58fa7 100644
--- a/src/views/visualization/SupervisionVisual.vue
+++ b/src/views/visualization/SupervisionVisual.vue
@@ -1,6 +1,6 @@
 <template>
-  <el-row>
-    <div class="p-events-auto">
+  <el-row justify="center" class="wrapper">
+    <div class="p-events-auto sv-content">
       <OptionLocation
         :level="3"
         :width="170"
@@ -9,12 +9,14 @@
       ></OptionLocation>
       <OptionSceneType
         :type="2"
-        :width="120"
+        :width="100"
         :initValue="false"
         v-model="sceneType"
       ></OptionSceneType>
       <OptionTime v-model="time"></OptionTime>
-      <el-button size="small" @click="fetchTaskProgress">鏌ヨ</el-button>
+      <el-button :loading="subtaskStore.subtaskLoading" size="small" @click="fetchTaskProgress"
+        >鏌ヨ</el-button
+      >
     </div>
   </el-row>
 </template>
@@ -47,12 +49,12 @@
         pName: '涓婃捣甯�',
         cCode: '3100',
         cName: '涓婃捣甯�',
-        dCode: '310106',
-        dName: '闈欏畨鍖�'
+        dCode: '310104',
+        dName: '寰愭眹鍖�'
       },
       sceneType: {
-        label: '宸ュ湴',
-        value: '1'
+        label: '鍏ㄩ儴鍦烘櫙',
+        value: null
       },
       time: ''
     }
@@ -89,4 +91,15 @@
 }
 </script>
 
-<style scoped></style>
+<style scoped>
+.wrapper {
+  pointer-events: none;
+}
+
+.sv-content {
+  background-color: #14428be8;
+  border: 2px solid rgb(255, 255, 255);
+  border-radius: 8px;
+  padding: 4px;
+}
+</style>

--
Gitblit v1.9.3