whychdw
2020-12-31 a4b4b5f1bbf4b1c213134101e6a146ecf17006de
修复查询bug
9个文件已修改
54 ■■■■ 已修改文件
src/components/chart/GaugeCircleChart.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/alarmMager/batteryrHistoryquery.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/alarmMager/batteryrTimequery.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/alarmMager/deviceHistoryquery.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/alarmMager/deviceTimequery.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataMager/components/ChargerStatusTabPane.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataMager/realTimeData.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataTest/movingRingSystem/HomeList.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataTest/realTime.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chart/GaugeCircleChart.vue
@@ -74,7 +74,6 @@
                        },
                        axisTick: {
                            show: false,
                        },
                        splitLine: {
                            show: false,
@@ -153,7 +152,7 @@
                                        "{name|"+opt.name+"}",
                                    ].join("\n"),
                                    color: '#FFFFFF',
                                    fontSize: 18,
                                    fontSize: 16,
                                    fontWeight: "bold",
                                    position: 'center',
                                    show: true,
src/pages/alarmMager/batteryrHistoryquery.vue
@@ -313,14 +313,14 @@
                            label: "告警等级",
                            width: 120
                        },
                        {
                            prop: "start1",
                            label: "告警开始时间",
                            width: 180
                        },
                        {
                            prop: "alarm1",
                            label: "告警确认时间",
                            width: 180
                        },
                        {
                            prop: "start1",
                            label: "告警开始时间",
                            width: 180
                        },
                        {
src/pages/alarmMager/batteryrTimequery.vue
@@ -323,16 +323,16 @@
                            label: "告警等级",
                            width: 120
                        },
                        {
                            prop: "start1",
                            label: "告警开始时间",
                            width: 180
                        },
                        {
                            prop: "alarm1",
                            label: "告警确认时间",
                            width: 180
                        },
                        {
                            prop: "start1",
                            label: "告警开始时间",
                            width: 180
                        }
                    ],
                    datas: [{
                        room1: 0,
src/pages/alarmMager/deviceHistoryquery.vue
@@ -215,6 +215,11 @@
                        width: ""
                    },
                    {
                        prop: "start1",
                        label: "告警开始时间",
                        width: ""
                    },
                    {
                        prop: "alm_is_confirmed",
                        label: "告警确认",
                        width: ""
@@ -222,11 +227,6 @@
                    {
                        prop: "monomer1",
                        label: "告警确认时间",
                        width: ""
                    },
                    {
                        prop: "start1",
                        label: "告警开始时间",
                        width: ""
                    },
                    {
src/pages/alarmMager/deviceTimequery.vue
@@ -227,16 +227,17 @@
                            label: "告警等级",
                            width: 120
                        },
                        {
                            prop: "starts1",
                            label: "告警开始时间",
                            width: 180
                        },
                        {
                            prop: "monomers1",
                            label: "告警确认时间",
                            width: 180
                        },
                        {
                            prop: "starts1",
                            label: "告警开始时间",
                            width: 180
                        }
                    ],
                    datas: []
                }
src/pages/dataMager/components/ChargerStatusTabPane.vue
@@ -80,7 +80,6 @@
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";
src/pages/dataMager/realTimeData.vue
@@ -193,10 +193,6 @@
.mgl8 {
    margin-left: 8px;
}
.flex-page-wrapper-border {
    box-sizing: border-box;
}
.flex-page-content {
    padding: 4px 4px 0 4px;
    box-sizing: border-box;
src/pages/dataTest/movingRingSystem/HomeList.vue
@@ -203,9 +203,10 @@
                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 {
src/pages/dataTest/realTime.vue
@@ -160,7 +160,7 @@
                            </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">