产线:
{{ currentRow.productionLine || '未设置' }}
时间:
{{ parseTime(currentRow.plannedStartTime, '{y}-{m}-{d}') }} ~ {{ parseTime(currentRow.plannedEndTime, '{y}-{m}-{d}') }}
查询检修记录
编辑
删除
{{ scope.row.shift == 1 ? '白班' : '夜班' }}
{{ parseTime(scope.row.inspectTime, '{y}-{m}-{d} {h}:{i}') }}
正常
故障
该产线该时间段内暂无检修记录
点击"查询检修记录"查看该产线时间段内的巡检数据
保养
维修
{{ parseTime(scope.row.itemPlanDate, '{y}-{m}-{d}') }}
暂无维修明细,请手动添加