|
@@ -1014,7 +1014,7 @@ export default {
|
|
|
show: this.form.recordingMethod != 1,
|
|
show: this.form.recordingMethod != 1,
|
|
|
formatter: (row) => {
|
|
formatter: (row) => {
|
|
|
return inspectionProjectStatus.find(
|
|
return inspectionProjectStatus.find(
|
|
|
- (item) => item.value == scope.row.status
|
|
|
|
|
|
|
+ (item) => item.value == row.status
|
|
|
)?.label;
|
|
)?.label;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|