|
@@ -17,19 +17,19 @@
|
|
发电端计划监控
|
|
发电端计划监控
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="partition" style="left: 43%"/>
|
|
|
|
|
|
+ <div class="partition" style="left: 43.2%"/>
|
|
<div class="crumb left44">
|
|
<div class="crumb left44">
|
|
<div class="textCrumb1">
|
|
<div class="textCrumb1">
|
|
用电端计划监控
|
|
用电端计划监控
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="partition" style="left: 54%"/>
|
|
|
|
|
|
+ <div class="partition" style="left: 54.2%"/>
|
|
<div class="crumb left55">
|
|
<div class="crumb left55">
|
|
<div class="textCrumb">
|
|
<div class="textCrumb">
|
|
约束条件监控
|
|
约束条件监控
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="partition" style="left: 65%"/>
|
|
|
|
|
|
+ <div class="partition" style="left: 65.2%"/>
|
|
<div class="crumb left66">
|
|
<div class="crumb left66">
|
|
<div class="textCrumb">
|
|
<div class="textCrumb">
|
|
数据采集监控
|
|
数据采集监控
|
|
@@ -63,20 +63,20 @@
|
|
<div class="littleHeadWord">
|
|
<div class="littleHeadWord">
|
|
<span>日前调度计划</span>
|
|
<span>日前调度计划</span>
|
|
</div>
|
|
</div>
|
|
- <iframe scrolling="no" src="/#/rqddjh" style="width: 100%;height: 100%;border: 0;">
|
|
|
|
- </iframe>
|
|
|
|
|
|
+ <CenterMiddle2/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+import CenterMiddle2 from "@/views/rqdd/rqddjh.vue";
|
|
import CenterMiddle from "@/views/rqdd/rqdddm.vue";
|
|
import CenterMiddle from "@/views/rqdd/rqdddm.vue";
|
|
import CenterMiddle1 from "@/views/rqdd/rqddllx.vue";
|
|
import CenterMiddle1 from "@/views/rqdd/rqddllx.vue";
|
|
import LeftTop from "@/views/rqdd/rqddxxzl.vue";
|
|
import LeftTop from "@/views/rqdd/rqddxxzl.vue";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'rqdd-name',
|
|
name: 'rqdd-name',
|
|
- components: {LeftTop, CenterMiddle, CenterMiddle1}
|
|
|
|
|
|
+ components: {LeftTop, CenterMiddle, CenterMiddle1, CenterMiddle2}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|