|
@@ -72,7 +72,7 @@
|
|
v-for="item in state.windturbineList"
|
|
v-for="item in state.windturbineList"
|
|
:key="item.id"
|
|
:key="item.id"
|
|
:value="item.id"
|
|
:value="item.id"
|
|
- :label="item.name"
|
|
|
|
|
|
+ :label="item.nemCode"
|
|
>
|
|
>
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -480,7 +480,7 @@ const state = reactive({
|
|
tableHeader: [
|
|
tableHeader: [
|
|
{ title: "时间", code: "ts", width: "150" },
|
|
{ title: "时间", code: "ts", width: "150" },
|
|
{ title: "场站", code: "stationname", width: "150" },
|
|
{ title: "场站", code: "stationname", width: "150" },
|
|
- { title: "机组", code: "devicename", width: "150" },
|
|
|
|
|
|
+ { title: "机组", code: "code", width: "150" },
|
|
{ title: "部件", code: "components", width: "200" },
|
|
{ title: "部件", code: "components", width: "200" },
|
|
{ title: "预警信息", code: "characteristic" },
|
|
{ title: "预警信息", code: "characteristic" },
|
|
// { title: "故障原因", code: "faultCause" },
|
|
// { title: "故障原因", code: "faultCause" },
|