|
@@ -6,16 +6,9 @@
|
|
|
<StBack></StBack>
|
|
|
<ThreeModel1 class="three-model-layer" :data="mapSource" @when="when" @clickMapItem="clickMapItem">
|
|
|
</ThreeModel1>
|
|
|
- <div class="sand-table-left" v-if="showPanel">
|
|
|
- <!-- <PanelSand class="left-panel" title="气象预测" :subTitle="timeStr + '实况'" style="height: 21vh">
|
|
|
- <weather style="cursor: pointer" :data="tqmap1" @click="openWeatherDialog" />
|
|
|
- </PanelSand>
|
|
|
- <PanelSand class="left-panel" title="健康推荐">
|
|
|
- <RankTable :data="rmls" @rowClick="clickHealthRow" height="23.2vh"></RankTable>
|
|
|
- </PanelSand>
|
|
|
- <PanelSand class="left-panel" title="停机信息">
|
|
|
- <RankTable :data="sels" @rowClick="clickStopRow" height="23.2vh"></RankTable>
|
|
|
- </PanelSand> -->
|
|
|
+ <!-- v-if="showPanel" -->
|
|
|
+ <!-- 第一机组 -->
|
|
|
+ <div class="sand-table-left">
|
|
|
<PanelSand class="left-panel" title="停机信息">
|
|
|
<template v-slot:tools>
|
|
|
<div class="exchange" @click="changeBjSwitch">
|
|
@@ -36,44 +29,43 @@
|
|
|
<span :class="warnSwitch === 'n' ? 'white' : 'gray'" @click="changeWarnSwitch('n')">年</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-slot:default>
|
|
|
- <RadarPieChart height="18vh" :list="warnChartData" title="预警隐患情况" />
|
|
|
+ <template v-slot:toolsL>
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="warnPC ? 'white' : 'gray'" @click="changeWarnPC('z')">频次</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="warnPC ? 'gray' : 'white'" @click="changeWarnPC('y')">时长</span>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
- </PanelSandToolbar>
|
|
|
- <PanelSandToolbar class="right-panel mg-t-16" title="非停时长占比" @click="clickTime" style="cursor: pointer">
|
|
|
<template v-slot:default>
|
|
|
- <RadarPieChartCom height="18vh" :list="warnChartData" title="非停时长占比" />
|
|
|
+ <RadarPieChart height="18vh" :list="warnChartData" :title="warnPC ? '预警频次情况' : '预警时长情况'" />
|
|
|
</template>
|
|
|
</PanelSandToolbar>
|
|
|
- </div>
|
|
|
- <div></div>
|
|
|
- <div class="sand-table-right" v-if="showPanel">
|
|
|
- <!-- <PanelSand class="right-panel mg-t-16" title="视频监控">
|
|
|
- <el-row v-for="(pItem, pIndex) in videoArray1" :key="pIndex">
|
|
|
- <el-col :span="12" class="pre-img-box" v-for="(cItem, cIndex) in pItem" :key="cIndex"
|
|
|
- @click="openVideoDialog1(cItem)">
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <div class="mask"></div>
|
|
|
- </PanelSand>
|
|
|
- <PanelSandToolbar class="right-panel mg-t-16" title="预警情况">
|
|
|
+ <PanelSandToolbar class="right-panel mg-t-16" title="故障情况" @click="clickTime" style="cursor: pointer">
|
|
|
<template v-slot:tools>
|
|
|
- <div class="exchange" @click="changeWarnSwitch">
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="probSwitch === 'z' ? 'white' : 'gray'" @click="changeProbSwitch('z')">周</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probSwitch === 'y' ? 'white' : 'gray'" @click="changeProbSwitch('y')">月</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probSwitch === 'n' ? 'white' : 'gray'" @click="changeProbSwitch('n')">年</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-slot:default>
|
|
|
- <RadarPieChart height="21vh" :list="warnChartData" title="预警隐患情况" />
|
|
|
- </template>
|
|
|
- </PanelSandToolbar>
|
|
|
- <PanelSandToolbar class="right-panel mg-t-16" title="故障情况">
|
|
|
- <template v-slot:tools>
|
|
|
- <div class="exchange" @click="changeBjSwitch">
|
|
|
+ <template v-slot:toolsL>
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="probPC ? 'white' : 'gray'" @click="changeProbPC('z')">频次</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probPC ? 'gray' : 'white'" @click="changeProbPC('y')">时长</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-slot:default>
|
|
|
- <RadarPieChart height="21vh" :list="bjChartData" title="故障隐患情况" />
|
|
|
+ <RadarPieChartCom height="18vh" :list="probChartData" title="故障情况" />
|
|
|
</template>
|
|
|
- </PanelSandToolbar> -->
|
|
|
+ </PanelSandToolbar>
|
|
|
+ </div>
|
|
|
+ <!-- <div></div>
|
|
|
+ v-if="showPanel" -->
|
|
|
+ <!-- 第二机组 -->
|
|
|
+ <div class="sand-table-right">
|
|
|
<PanelSand class="left-panel" title="停机信息">
|
|
|
<template v-slot:tools>
|
|
|
<div class="exchange" @click="changeBjSwitch2">
|
|
@@ -94,13 +86,36 @@
|
|
|
<span :class="warnSwitch2 === 'n' ? 'white' : 'gray'" @click="changeWarnSwitch2('n')">年</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <template v-slot:toolsL>
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="warnPC2 ? 'white' : 'gray'" @click="changeWarnPC2('z')">频次</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="warnPC2 ? 'gray' : 'white'" @click="changeWarnPC2('y')">时长</span>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
<template v-slot:default>
|
|
|
- <RadarPieChart height="18vh" :list="warnChartData" title="预警隐患情况" />
|
|
|
+ <RadarPieChart height="18vh" :list="warnChartData" :title="warnPC2 ? '预警频次情况' : '预警时长情况'" />
|
|
|
</template>
|
|
|
</PanelSandToolbar>
|
|
|
- <PanelSandToolbar class="right-panel mg-t-16" title="非停时长占比" @click="clickTime">
|
|
|
+ <PanelSandToolbar class="right-panel mg-t-16" title="故障情况" @click="clickTime">
|
|
|
+ <template v-slot:tools>
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="probSwitch2 === 'z' ? 'white' : 'gray'" @click="changeProbSwitch2('z')">周</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probSwitch2 === 'y' ? 'white' : 'gray'" @click="changeProbSwitch2('y')">月</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probSwitch2 === 'n' ? 'white' : 'gray'" @click="changeProbSwitch2('n')">年</span>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-slot:toolsL>
|
|
|
+ <div class="exchange">
|
|
|
+ <span :class="probPC2 ? 'white' : 'gray'" @click="changeProbPC2('z')">频次</span>
|
|
|
+ <i class="blue fa fa-exchange mg-l-8 mg-r-8"></i>
|
|
|
+ <span :class="probPC2 ? 'gray' : 'white'" @click="changeProbPC2('y')">时长</span>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
<template v-slot:default>
|
|
|
- <RadarPieChartCom height="18vh" :list="warnChartData" title="非停时长占比" style="cursor: pointer" />
|
|
|
+ <RadarPieChartCom height="18vh" :list="probChartData" title="故障情况" style="cursor: pointer" />
|
|
|
</template>
|
|
|
</PanelSandToolbar>
|
|
|
</div>
|
|
@@ -130,7 +145,8 @@
|
|
|
>
|
|
|
<template #title>
|
|
|
<div class="dialogTitle">
|
|
|
- 非停时长占比与故障次数
|
|
|
+ <span style="margin-left: 10px">非停时长占比与故障次数</span>
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
<div class="allMsg">
|
|
@@ -158,6 +174,48 @@
|
|
|
</div>
|
|
|
</template> -->
|
|
|
</el-dialog>
|
|
|
+ <el-dialog
|
|
|
+ v-model="showTableDialog"
|
|
|
+ :custom-class="noTimeDialogsc"
|
|
|
+ width="80%"
|
|
|
+ >
|
|
|
+ <template #title>
|
|
|
+ <div class="dialogTitle">
|
|
|
+ <span style="margin-left: 10px">停机信息</span>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <div class="warnTable">
|
|
|
+ <el-table
|
|
|
+ size="mini"
|
|
|
+ :data="tableData"
|
|
|
+ style="width: 100%; height: calc(100% - 310px)"
|
|
|
+ max-height="520px"
|
|
|
+ stripe>
|
|
|
+ <el-table-column
|
|
|
+ v-for="item in tableHeader"
|
|
|
+ :label="item.name"
|
|
|
+ :prop="item.code"
|
|
|
+ :key="item.code"
|
|
|
+ :width="item.width || ''"
|
|
|
+ show-overflow-tooltip
|
|
|
+ header-align="center"
|
|
|
+ align="center"
|
|
|
+ >
|
|
|
+ <template #default="scope">
|
|
|
+ <span v-if="item.code == 'status'">
|
|
|
+ <span :style="scope.row.status === 0 ? 'color: red' : ''">{{scope.row.status === 0 ? "异常" : "正常"}}</span>
|
|
|
+ </span>
|
|
|
+ <span v-else>
|
|
|
+ {{
|
|
|
+ scope.row[item.code] != "NULL" ? scope.row[item.code] : ""
|
|
|
+ }}
|
|
|
+ </span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ </el-table>
|
|
|
+ </div>
|
|
|
+ </el-dialog>
|
|
|
</div>
|
|
|
<router-view v-else />
|
|
|
</div>
|
|
@@ -221,6 +279,12 @@
|
|
|
bjSwitch2: false,
|
|
|
warnSwitch: 'z',
|
|
|
warnSwitch2: 'z',
|
|
|
+ probSwitch: 'z',
|
|
|
+ probSwitch2: 'z',
|
|
|
+ warnPC: true,
|
|
|
+ warnPC2: true,
|
|
|
+ probPC: true,
|
|
|
+ probPC2: true,
|
|
|
timmer1: null,
|
|
|
showWeatherDialog: false,
|
|
|
showTableDialog: false,
|
|
@@ -341,7 +405,8 @@
|
|
|
],
|
|
|
showVideoDialog: false,
|
|
|
dialogVideoUrl: "",
|
|
|
- warnChartData: [],
|
|
|
+ warnChartData: dataJson.data.warnChartData,
|
|
|
+ probChartData: dataJson.data.probChartData,
|
|
|
bjChartData: [],
|
|
|
ForecastPower: [{
|
|
|
name: "今日预测电量",
|
|
@@ -398,26 +463,13 @@
|
|
|
},
|
|
|
sels: {
|
|
|
column: [
|
|
|
- // {
|
|
|
- // name: "风机编号",
|
|
|
- // field: "windPowerStationId"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: "停机时间",
|
|
|
- // field: "stopTime",
|
|
|
- // width: "120px"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: "时长",
|
|
|
- // field: "stopHours"
|
|
|
- // }
|
|
|
{
|
|
|
name: "机组",
|
|
|
field: "code",
|
|
|
width: "60px",
|
|
|
},
|
|
|
{
|
|
|
- name: "预警时间",
|
|
|
+ name: "停机时长(h)",
|
|
|
field: "selsTime",
|
|
|
},
|
|
|
{
|
|
@@ -426,7 +478,7 @@
|
|
|
width: "60px",
|
|
|
},
|
|
|
],
|
|
|
- data: []
|
|
|
+ data: dataJson.data.sels.data
|
|
|
},
|
|
|
rmls: {
|
|
|
column: [{
|
|
@@ -450,6 +502,42 @@
|
|
|
],
|
|
|
data: [],
|
|
|
},
|
|
|
+ tableHeader: [
|
|
|
+ {
|
|
|
+ name: "机组",
|
|
|
+ code: "code"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "停机开始时间",
|
|
|
+ code: "startTime"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "停机结束时间",
|
|
|
+ code: "endTime"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "停机时长",
|
|
|
+ code: "selsTime"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "故障信息",
|
|
|
+ code: "message"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "当前状态",
|
|
|
+ code: "status"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ tableData: [
|
|
|
+ {
|
|
|
+ code: "1001",
|
|
|
+ startTime: "2024-12-31 09:00",
|
|
|
+ endTime: "2024-12-31 18:00",
|
|
|
+ selsTime: "8.0",
|
|
|
+ message: "电气故障,机械故障",
|
|
|
+ status: "正常"
|
|
|
+ }
|
|
|
+ ]
|
|
|
};
|
|
|
},
|
|
|
|
|
@@ -461,17 +549,26 @@
|
|
|
if (res.data["72time"] && res.data["72time"].length > 0) {
|
|
|
let xAxis = [];
|
|
|
let seriesSpeed = [];
|
|
|
+ let seriesGl = [];
|
|
|
res.data["72time"].forEach((it) => {
|
|
|
xAxis.push(dayjs(it.time).format("MM-DD HH:mm"));
|
|
|
seriesSpeed.push(it.speed);
|
|
|
+ seriesGl.push(it.expectedpower);
|
|
|
});
|
|
|
let series = [
|
|
|
{
|
|
|
- name: "故障次数",
|
|
|
- data: seriesSpeed,
|
|
|
- type: "line",
|
|
|
- symbol: "none",
|
|
|
- }
|
|
|
+ name: "故障次数",
|
|
|
+ data: seriesSpeed,
|
|
|
+ type: "line",
|
|
|
+ symbol: "none",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "故障时长",
|
|
|
+ data: seriesGl,
|
|
|
+ yAxisIndex: 1,
|
|
|
+ type: "line",
|
|
|
+ symbol: "none",
|
|
|
+ },
|
|
|
];
|
|
|
that.getPowerLine(
|
|
|
xAxis,
|
|
@@ -498,7 +595,7 @@
|
|
|
|
|
|
let option = {
|
|
|
title: {
|
|
|
- text: "故障次数趋势",
|
|
|
+ text: "故障次数时长",
|
|
|
left: "5px",
|
|
|
top: "5px",
|
|
|
textStyle: {
|
|
@@ -516,7 +613,7 @@
|
|
|
top: "5",
|
|
|
itemWidth: 5,
|
|
|
itemHeight: 5,
|
|
|
- data: ["故障次数"],
|
|
|
+ data: ["故障次数", "故障时长"],
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
},
|
|
@@ -561,6 +658,27 @@
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ type: "value",
|
|
|
+ splitLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#ccc",
|
|
|
+ type: "dashed", // 修改为虚线
|
|
|
+ opacity: 0.2,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ name: "单位:时长",
|
|
|
+ axisLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ axisLabel: {
|
|
|
+ formatter(value) {
|
|
|
+ return parseFloat(value.toFixed(1));
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
series: series,
|
|
|
};
|
|
@@ -590,7 +708,7 @@
|
|
|
|
|
|
let option = {
|
|
|
title: {
|
|
|
- text: "故障次数趋势",
|
|
|
+ text: "故障次数时长",
|
|
|
left: "5px",
|
|
|
top: "5px",
|
|
|
textStyle: {
|
|
@@ -608,7 +726,7 @@
|
|
|
top: "5",
|
|
|
itemWidth: 5,
|
|
|
itemHeight: 5,
|
|
|
- data: ["故障次数"],
|
|
|
+ data: ["故障次数", "故障时长"],
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
},
|
|
@@ -653,6 +771,27 @@
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ type: "value",
|
|
|
+ splitLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#ccc",
|
|
|
+ type: "dashed", // 修改为虚线
|
|
|
+ opacity: 0.2,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ name: "单位:时长",
|
|
|
+ axisLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ axisLabel: {
|
|
|
+ formatter(value) {
|
|
|
+ return parseFloat(value.toFixed(1));
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
series: series,
|
|
|
};
|
|
@@ -691,12 +830,6 @@
|
|
|
|
|
|
getWtInfo() {
|
|
|
let that = this;
|
|
|
- that.bjChartData = dataJson.data.bjChartData;
|
|
|
- that.warnChartData = dataJson.data.warnChartData;
|
|
|
- that.tqmap1 = dataJson.data.tqmap1;
|
|
|
- that.sels.data = dataJson.data.sels.data;
|
|
|
- that.rmls.data = dataJson.data.rmls.data;
|
|
|
- that.gxkmap = dataJson.data.gxkmap;
|
|
|
|
|
|
let dateTime = [
|
|
|
dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
|
|
@@ -732,20 +865,28 @@
|
|
|
}
|
|
|
|
|
|
const { data } = await alarm_history(params);
|
|
|
-
|
|
|
- if (type === 'history') {
|
|
|
- data?.ls?.forEach((ele) => {
|
|
|
- ele.isCloseName = ele.endts ? "已解除" : "未解除";
|
|
|
- ele.rmlsTime = ele.ts > 0 ? this.formatTime(ele.ts) : "--";
|
|
|
- });
|
|
|
- this.rmls.data = data?.ls;
|
|
|
+
|
|
|
+ if (data) {
|
|
|
+ if (type === 'history') {
|
|
|
+ data?.ls?.forEach((ele) => {
|
|
|
+ ele.isCloseName = ele.endts ? "已解除" : "未解除";
|
|
|
+ ele.rmlsTime = ele.ts > 0 ? this.formatTime(ele.ts) : "--";
|
|
|
+ });
|
|
|
+ this.rmls.data = data?.ls;
|
|
|
+ } else {
|
|
|
+ data?.ls?.forEach((ele) => {
|
|
|
+ ele.isCloseName = ele.endts ? "已解除" : "未解除";
|
|
|
+ ele.selsTime = ele.ts > 0 ? this.formatTime(ele.ts) : "--";
|
|
|
+ });
|
|
|
+ this.sels.data = data?.ls;
|
|
|
+ }
|
|
|
} else {
|
|
|
- data?.ls?.forEach((ele) => {
|
|
|
- ele.isCloseName = ele.endts ? "已解除" : "未解除";
|
|
|
- ele.selsTime = ele.ts > 0 ? this.formatTime(ele.ts) : "--";
|
|
|
- });
|
|
|
- this.sels.data = data?.ls;
|
|
|
+ this.sels.data = dataJson.data.sels.data;
|
|
|
+ this.warnChartData = dataJson.data.warnChartData;
|
|
|
+ this.probChartData = dataJson.data.probChartData;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
// 时间格式化
|
|
|
formatTime(val) {
|
|
@@ -900,8 +1041,7 @@
|
|
|
});
|
|
|
},
|
|
|
|
|
|
- clickStopRow(row) {
|
|
|
- this.tableItem = row;
|
|
|
+ clickStopRow() {
|
|
|
this.showTableDialog = true;
|
|
|
},
|
|
|
|
|
@@ -1004,6 +1144,25 @@
|
|
|
changeWarnSwitch2(val) {
|
|
|
this.warnSwitch2 = val
|
|
|
},
|
|
|
+ changeProbSwitch(val) {
|
|
|
+ this.probSwitch = val
|
|
|
+ },
|
|
|
+ changeProbSwitch2(val) {
|
|
|
+ this.warnSwitch2 = val
|
|
|
+ },
|
|
|
+
|
|
|
+ changeProbPC() {
|
|
|
+ this.probPC = !this.probPC;
|
|
|
+ },
|
|
|
+ changeProbPC2() {
|
|
|
+ this.probPC2 = !this.probPC2;
|
|
|
+ },
|
|
|
+ changeWarnPC() {
|
|
|
+ this.warnPC = !this.warnPC;
|
|
|
+ },
|
|
|
+ changeWarnPC2() {
|
|
|
+ this.warnPC2 = !this.warnPC2;
|
|
|
+ },
|
|
|
clickTime() {
|
|
|
let res = jsonData
|
|
|
this.noTimeDialog = true
|
|
@@ -1012,17 +1171,26 @@
|
|
|
if (res.data["72time"] && res.data["72time"].length > 0) {
|
|
|
let xAxis = [];
|
|
|
let seriesSpeed = [];
|
|
|
+ let seriesGl = []
|
|
|
res.data["72time"].forEach((it) => {
|
|
|
xAxis.push(dayjs(it.time).format("MM-DD HH:mm"));
|
|
|
seriesSpeed.push(it.speed);
|
|
|
+ seriesGl.push(it.expectedpower);
|
|
|
});
|
|
|
let series = [
|
|
|
{
|
|
|
- name: "故障次数",
|
|
|
- data: seriesSpeed,
|
|
|
- type: "line",
|
|
|
- symbol: "none",
|
|
|
- }
|
|
|
+ name: "故障次数",
|
|
|
+ data: seriesSpeed,
|
|
|
+ type: "line",
|
|
|
+ symbol: "none",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "故障时长",
|
|
|
+ data: seriesGl,
|
|
|
+ yAxisIndex: 1,
|
|
|
+ type: "line",
|
|
|
+ symbol: "none",
|
|
|
+ },
|
|
|
];
|
|
|
that.$nextTick(() =>{
|
|
|
that.getPowerLine3(
|
|
@@ -1046,7 +1214,7 @@
|
|
|
|
|
|
let option = {
|
|
|
title: {
|
|
|
- text: "故障次数趋势",
|
|
|
+ text: "故障次数时长",
|
|
|
left: "5px",
|
|
|
top: "5px",
|
|
|
textStyle: {
|
|
@@ -1064,7 +1232,7 @@
|
|
|
top: "5",
|
|
|
itemWidth: 5,
|
|
|
itemHeight: 5,
|
|
|
- data: ["故障次数"],
|
|
|
+ data: ["故障次数", "故障时长"],
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
},
|
|
@@ -1101,6 +1269,27 @@
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ type: "value",
|
|
|
+ splitLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#ccc",
|
|
|
+ type: "dashed", // 修改为虚线
|
|
|
+ opacity: 0.2,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ name: "单位:时长",
|
|
|
+ axisLine: {
|
|
|
+ lineStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ axisLabel: {
|
|
|
+ formatter(value) {
|
|
|
+ return parseFloat(value.toFixed(1));
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
series: series,
|
|
|
};
|
|
@@ -1505,6 +1694,7 @@
|
|
|
.modal {
|
|
|
.dialogTitle {
|
|
|
position: relative;
|
|
|
+ left: 10px;
|
|
|
}
|
|
|
|
|
|
.jumpBtn {
|