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,