{{ currentServerPart ? currentServerPart : "- 请选择服务区 -" }}
{{ selectDay }}
{{
`当前服务区${notInspectedName},共${notInspectedList.length}个点位,还未进行巡检` }}
{{ index + 1 }}
{{ item.placeName || "-" }}
{{
item.errorStatus === 0
? "待处理"
: item.errorStatus === 1
? "处理中"
: item.errorStatus === 2
? "已处理"
: ""
}}
{{ item.uploadResult || "-" }}
{{
item.errorStatus === 2
? ""
: item.situation === 0
? "正常情况"
: item.situation === 1
? "急需处理"
: "-"
}}
{{ item.userName ||
"-" }}
{{
item.createdAt
? $moment(item.createdAt).format("YYYY-MM-DD HH:mm:ss")
: "-"
}}