From 6f28ee0fa4f55daf795ced51a9b3309820b8a226 Mon Sep 17 00:00:00 2001
From: scrin <2277317060@qq.com>
Date: Sat, 15 Nov 2025 16:20:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Strength?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/index.vue | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index f9bdc9c..f4ff30c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -203,12 +203,7 @@
-
-
-
-
-
-
+
处置
@@ -249,11 +244,6 @@
-
-
-
-
-
修改
@@ -951,7 +941,7 @@ const openShildDialog = (e) => {
$index: e.row.$index,
lon: e.row.Lon,
lat: e.row.Lat,
- strength: e.row.rate,
+ strength: e.row.Strength,
name: Math.random().toString().split('.')[1],
deviation: shieldInfoForm.value.deviation,
shielding: shieldInfoForm.value.shielding,
@@ -1058,7 +1048,7 @@ const openHandleObstacleDialog = (e) => {
time: e.row.time,
longitude: e.row.Lon,
latitude: e.row.Lat,
- strength: e.row.rate,
+ strength: e.row.Strength,
fileList: [{url: 'https://dummyimage.com/640x360'}, {url: 'https://placehold.co/600x400/png'}]
}
}
@@ -1084,7 +1074,7 @@ const batchDisposal = () => {
InserDealObstacleModel({
longitude: row.Lon,
latitude: row.Lat,
- strength: row.rate,
+ strength: row.Strength,
files: [],
findTime: '',
})
@@ -1106,7 +1096,7 @@ const batchShild = () => {
addShildData({
lon: row.Lon,
lat: row.Lat,
- strength: row.rate,
+ strength: row.Strength,
name: Math.random().toString().split('.')[1],
deviation: shieldInfoForm.value.deviation,
shielding: shieldInfoForm.value.shielding,