diff --git a/src/views/ems/info/dailyFaultRecord/index.vue b/src/views/ems/info/dailyFaultRecord/index.vue index 460d7bb..19ef53b 100644 --- a/src/views/ems/info/dailyFaultRecord/index.vue +++ b/src/views/ems/info/dailyFaultRecord/index.vue @@ -89,6 +89,15 @@ --> + + + - + - - - - - - - - - - - - + + + + + + + + + + + + + 详情 - + + + + + + + + {{ currentRecord.id }} + + + {{ currentRecord.date }} + + + {{ currentRecord.location || '暂无' }} + + + {{ currentRecord.dailyDutySupervisor || '暂无' }} + + + {{ currentRecord.tendaDailyDutySupervisor || '暂无' }} + + + {{ currentRecord.faultType || '暂无' }} + + + {{ currentRecord.faultOccurrenceTime || '暂无' }} + + + {{ currentRecord.handlingCompletionTime || '暂无' }} + + + {{ currentRecord.handlingDuration || '暂无' }} + + + + {{ currentRecord.faultSituation || '暂无' }} + + + + + {{ currentRecord.handlingMeasures || '暂无' }} + + + + + + + + + + + 查看详情 + + + + 修改记录 + + + + 删除记录 + + + +