| | |
| | | <el-input size="mini" v-model="formData.thisInfo.btdy" style="width:100px"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-form-item label="直流配电板:"> |
| | | <!-- <el-form-item label="直流配电板:"> |
| | | <el-input size="mini" v-model="formData.thisInfo.zlpdb" style="width:100px"></el-input> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | </el-form> |
| | | </div> |
| | | <div class="content_cent"> |
| | |
| | | import getWsUrl from "@/assets/js/getWsUrl"; |
| | | import * as echarts from 'echarts'; |
| | | import gridCircuitDiagram from '@/pages/switchboard/js/gridCircuitDiagram' |
| | | import diagramStates from '@/pages/switchboard/js/diagramStates' |
| | | let diagram; |
| | | export default { |
| | | chart: {}, |
| | |
| | | |
| | | let self = this; |
| | | diagram = gridCircuitDiagram(this.$refs.static, this.$refs.flush); |
| | | diagramStates(diagram, 'run1'); |
| | | self.initEcharts(); |
| | | self.openSocket(); |
| | | }, |
| | |
| | | bottom: '30' |
| | | }, |
| | | tooltip: { |
| | | show: true |
| | | show: true, |
| | | "trigger":"axis", |
| | | }, |
| | | xAxis: { |
| | | type: 'category', |
| | |
| | | padding: 1%; |
| | | } |
| | | .content_top{ |
| | | height: 25%; |
| | | height: 18%; |
| | | } |
| | | .content_cent{ |
| | | height: 40%; |
| | | } |
| | | .content_bottom{ |
| | | height: 33%; |
| | | height: 40%; |
| | | } |
| | | .content_cent{ |
| | | margin: 1% 0; |