{{ list.lineName }}
{{ list.connectedBus }}
{{ list.monitoringTerminalName }}
{{ list.powerSubstationName ||'/'}}
{{ list.reason }}
{{
list.testRunState == 0 ? "待试运行" : list.testRunState == 1 ? "试运行中" : list.testRunState == 2
? "试运行成功" : list.testRunState == 3 ? "试运行失败" : "待试运行" }}
{{ list.testRunTime ||'/' }}
{{ list.problemReason ||'/' }}
{{ dictData.state.userList.filter(item => item.id == list.createBy)[0]?.name }}
{{ list.reformAdvice }}
{{ list.takeStep }}
{{ list.reportName }}