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