whychdw
2019-12-20 7658bca4d9aa7a7bd0ea96104e522477e927ff27
www/pages/monitor-data/monitor-data.html
@@ -133,18 +133,18 @@
                        </el-table>
                    </li>
                    <li style="display:none">
                        <v-touch @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <high-bar-chart v-if="shows.monVol" :height="options.monVol.height" id="monVolBar" name="单体电压" unit="V" :colors="{min:'#ed4014', max: '#19be6b'}" ref="monVolBar" :mon-hander-click="monHandlerClick"></high-bar-chart>
                        <v-touch style="width:100%;height:100%" @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <canvas id="monVolBar" ref="monVolBar" style="width:100%;height:99%"></canvas>
                        </v-touch>
                    </li>
                    <li style="display:none">
                        <v-touch @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <high-bar-chart v-if="shows.monRes" :height="options.monRes.height" id="monResBar" name="单体内阻" unit="mΩ" :colors="{min:'#ed4014', max: '#19be6b'}" ref="monResBar" :mon-hander-click="monHandlerClick"></high-bar-chart>
                        <v-touch style="width:100%;height:100%" @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <canvas id="monResBar" ref="monResBar" style="width:100%;height:99%"></canvas>
                        </v-touch>
                    </li>
                    <li style="display:none">
                        <v-touch @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <high-bar-chart v-if="shows.monTmp" :height="options.monTmp.height" id="monTmpBar" name="单体温度" unit="℃" :colors="{min:'#19be6b', max: '#ed4014'}" ref="monTmpBar" :mon-hander-click="monHandlerClick"></high-bar-chart>
                        <v-touch style="width:100%;height:100%" @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
                            <canvas id="monTmpBar" ref="monTmpBar" style="width:100%;height:99%"></canvas>
                        </v-touch>
                    </li>
                </ul>