浏览代码

蒸汽平衡

liying5537 3 年之前
父节点
当前提交
d3bfac103e
共有 3 个文件被更改,包括 51 次插入6 次删除
  1. 二进制
      .DS_Store
  2. 39 0
      ui/src/views/front/steamBalance.vue
  3. 12 6
      ui/src/views/monitor/elec/index.vue

二进制
.DS_Store


+ 39 - 0
ui/src/views/front/steamBalance.vue

@@ -0,0 +1,39 @@
+<template>
+  <div id="steamBalance">
+    <!--<div class="bg-color-black">-->
+      <div class="d-flex pt-2 pl-2">
+        <span style="color:#5cd9e8">
+          <icon name="chart-bar"></icon>
+        </span>
+        <div class="d-flex">
+          <span class="fs-xl text mx-2">蒸汽平衡表</span>
+        </div>
+      </div>
+  </div>
+</template>
+
+<script>
+  import { listDashboarddata } from "@/api/aspen/dashboarddata";
+
+  export default {
+    name: "steamBalance",
+    data () {
+      return {
+        
+      }
+    },
+    created() {
+      
+    },
+    methods: {
+     
+    }
+  }
+</script>
+
+<style lang="scss">
+#steamBalance{
+  width: 1200px;
+  height: 750px;
+}
+</style>

+ 12 - 6
ui/src/views/monitor/elec/index.vue

@@ -61,12 +61,17 @@
 
 
       <div class="body-box" v-if="dashboard === 1">
       <div class="body-box" v-if="dashboard === 1">
         <div class="three-content-box">
         <div class="three-content-box">
-          <div style="width:1920px;display: flex;">
-            <div>
-              <material-balance />
+          <div style="display: flex;">
+            <div style="width:1920px;display: flex;">
+                <div>
+                  <material-balance />
+                </div>
+                <div>
+                  <chart-right/>
+                </div>
             </div>
             </div>
-            <div>
-              <chart-right/>
+            <div class="right" style="1270px">
+              <steam-banlance />
             </div>
             </div>
           </div>
           </div>
         </div>
         </div>
@@ -119,7 +124,6 @@
         </div>
         </div>
         <!-- 中间 -->
         <!-- 中间 -->
         <div>
         <div>
-          555
           <center-left1 />
           <center-left1 />
         </div>
         </div>
         <div>
         <div>
@@ -151,6 +155,7 @@
   import bottomRight from "@/views/front/bottomRight";
   import bottomRight from "@/views/front/bottomRight";
   import frontTwo from "@/views/front/frontTwo";
   import frontTwo from "@/views/front/frontTwo";
   import materialBalance from "@/views/front/materialBalance";
   import materialBalance from "@/views/front/materialBalance";
+  import steamBalance from "@/views/front/steamBalance";
   import chartRight from "@/views/front/ChartRight";
   import chartRight from "@/views/front/ChartRight";
   import napTank from "@/views/front/napTank";
   import napTank from "@/views/front/napTank";
   import ethyleneTank from "@/views/front/ethyleneTank";
   import ethyleneTank from "@/views/front/ethyleneTank";
@@ -182,6 +187,7 @@
       bottomRight,
       bottomRight,
       frontTwo,
       frontTwo,
       materialBalance,
       materialBalance,
+      steamBalance,
       chartRight,
       chartRight,
       napTank,
       napTank,
       ethyleneTank,
       ethyleneTank,