|
@@ -1038,7 +1038,7 @@
|
|
|
</el-icon>
|
|
</el-icon>
|
|
|
</template>
|
|
</template>
|
|
|
<template #default="props">
|
|
<template #default="props">
|
|
|
- <el-icon @click="handleDrivingDel(scope, props)" v-if="props.row.selectedStatus !== '3'">
|
|
|
|
|
|
|
+ <el-icon @click="handleDrivingDel(scope, props)" v-if="props.row.selectedStatus !== '2'">
|
|
|
<Delete />
|
|
<Delete />
|
|
|
</el-icon>
|
|
</el-icon>
|
|
|
</template>
|
|
</template>
|
|
@@ -2769,7 +2769,7 @@ const getSchemeResult = () => {
|
|
|
item.projectList = list.map((item1: any) => {
|
|
item.projectList = list.map((item1: any) => {
|
|
|
return {
|
|
return {
|
|
|
...item1,
|
|
...item1,
|
|
|
- drivings: item1.drivings.filter(v => ['3', '2'].includes(v.selectedStatus)),
|
|
|
|
|
|
|
+ drivings: item1.drivings.filter(v => ['1', '2'].includes(v.selectedStatus)),
|
|
|
drivingsArr: item1.drivings,
|
|
drivingsArr: item1.drivings,
|
|
|
rescue: [],
|
|
rescue: [],
|
|
|
detection: [],
|
|
detection: [],
|