查询
新增
{{
alldevices.filter((i) => i.id === scope.row.facilitiesId)[0]
?.exId ?? "-"
}}
{{
alldevices.filter((i) => i.id === scope.row.facilitiesId)[0]
?.roadName ?? "-"
}}
{{
alldevices.filter((i) => i.id === scope.row.facilitiesId)[0]
?.fLength ?? ""
}}
{{
detection_status.filter(
(i) => i.value.toString() === scope.row.status.toString()
)[0]?.label ?? "-"
}}
{{
detection_type.filter(
(i) => i.value.toString() === scope.row.detectionType.toString()
)[0]?.label ?? "-"
}}
修改
删除