| | |
| | | }, |
| | | axisTick: { |
| | | show: false, |
| | | |
| | | }, |
| | | splitLine: { |
| | | show: false, |
| | |
| | | "{name|"+opt.name+"}", |
| | | ].join("\n"), |
| | | color: '#FFFFFF', |
| | | fontSize: 18, |
| | | fontSize: 16, |
| | | fontWeight: "bold", |
| | | position: 'center', |
| | | show: true, |
| | |
| | | label: "告警等级", |
| | | width: 120 |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "alarm1", |
| | | label: "告警确认时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | |
| | | label: "告警等级", |
| | | width: 120 |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "alarm1", |
| | | label: "告警确认时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | } |
| | | ], |
| | | datas: [{ |
| | | room1: 0, |
| | |
| | | width: "" |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: "" |
| | | }, |
| | | { |
| | | prop: "alm_is_confirmed", |
| | | label: "告警确认", |
| | | width: "" |
| | |
| | | { |
| | | prop: "monomer1", |
| | | label: "告警确认时间", |
| | | width: "" |
| | | }, |
| | | { |
| | | prop: "start1", |
| | | label: "告警开始时间", |
| | | width: "" |
| | | }, |
| | | { |
| | |
| | | label: "告警等级", |
| | | width: 120 |
| | | }, |
| | | { |
| | | prop: "starts1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "monomers1", |
| | | label: "告警确认时间", |
| | | width: 180 |
| | | }, |
| | | { |
| | | prop: "starts1", |
| | | label: "告警开始时间", |
| | | width: 180 |
| | | } |
| | | |
| | | ], |
| | | datas: [] |
| | | } |
| | |
| | | import FlexBox from "@/components/FlexBox"; |
| | | import CirclePieChart from "@/components/chart/CirclePieChart"; |
| | | import paramModule from "@/pages/dataMager/components/paramModule"; |
| | | import LiquidFillChart from "@/components/chart/LiquidFillChart"; |
| | | import WaterPolo from "@/components/chart/WaterPolo"; |
| | | import GaugeCircleChart from "@/components/chart/GaugeCircleChart"; |
| | | |
| | |
| | | .mgl8 { |
| | | margin-left: 8px; |
| | | } |
| | | .flex-page-wrapper-border { |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .flex-page-content { |
| | | padding: 4px 4px 0 4px; |
| | | box-sizing: border-box; |
| | |
| | | stationId: data.data.StationId, |
| | | }).then(res=>{ |
| | | let rs = JSON.parse(res.data.result); |
| | | |
| | | let params = data.data; |
| | | let powerInfo = []; |
| | | if(rs.code == 1) { |
| | | if(rs.code == 1 && rs.data && rs.data.length !=0) { |
| | | powerInfo = rs.data.map(item=>{ |
| | | params.powerDeviceId = item.powerDeviceId; |
| | | return { |
| | |
| | | </el-table> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="逆变信息" name="niBianInfoTab"> |
| | | <ni-bian-info-tab v-if="acTabs=='niBianInfoTab'" ref="niBianInfoTab"></ni-bian-info-tab> |
| | | <ni-bian-info-tab ref="niBianInfoTab"></ni-bian-info-tab> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="汇集器状态" name="collectState"> |
| | | |