shi'sen'yuan 3 年之前
父節點
當前提交
38fe21d6e8

+ 1 - 0
ui/src/lang/en.js

@@ -1720,6 +1720,7 @@ export default {
   安全批文主要内容:'the main content of the safety approval document',
   丙烯储罐:'Propylene storage tank',
   年产量:'Annual output',
+  BCC装置团队总需求: 'BCC total ateam demand',
   阀门手动清单:'Valve manual list',
   联系旁路清单:'Contact bypass list',
   已排放:'Discharged',

+ 1 - 0
ui/src/lang/zh.js

@@ -1720,6 +1720,7 @@ export default {
   安全批文主要内容:'安全批文主要内容',
   丙烯储罐:'丙烯储罐',
   年产量:'年产量',
+  BCC装置团队总需求: 'BCC装置团队总需求',
   阀门手动清单:'阀门手动清单',
   联系旁路清单:'联系旁路清单',
   已排放:'已排放',

+ 0 - 5
ui/src/views/dashboard/ValveChart.vue

@@ -66,11 +66,6 @@ export default {
         tagNo: '310FC1353B.MODE',
         type: '310-H-111 RAD CELL A',
         byPassTime: '24.00',
-      }, {
-        num: '5',
-        tagNo: '310FC1354B.MODE',
-        type: '310-H-111 RAD CELL B',
-        byPassTime: '24.00',
       }]
     }
   }

+ 30 - 7
ui/src/views/front/bottomLeft.vue

@@ -1,16 +1,17 @@
 <template>
   <div id="bottomLeft">
     <div class="bg-color-black">
-      <div class="d-flex pt-2 pl-2">
+      <!--<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">{{ $t('阀门手动清单') }}</span>
+          <span class="fs-xl text mx-2">{{ $t('BCC装置团队总需求') }}</span>
         </div>
-      </div>
+      </div>-->
       <div>
-        <valve-chart />
+        <!--<valve-chart />-->
+        <dv-scroll-board :config="config" style="height:2.3rem"/>
       </div>
     </div>
   </div>
@@ -20,7 +21,29 @@
 import valveChart from "../dashboard/ValveChart";
 export default {
   data() {
-    return {};
+    return {
+      config: {
+        header: ["", "BCC", "SUB", "EU", "PGU/AEU"],
+        data: [
+          ["SS(HS)自产", "509", "132", "376", "1"],
+          ["HHP", "46", "46", "", ""],
+          ["HS", "-36", "161", "85", "41"],
+          ["MS", "-44", "", "-69", "25"],
+          ["LS", "-16", "", "-11", "-5"],
+          ["TOTAL", "-49", "", "5", ""],
+          ["总消耗", "459", "", "381", "62"]
+          /*["TOTAL", "-49", "<span  class='colorRed'>28</span>"],
+          ["总消耗", "459", "<span  class='colorRed'>27</span>"]*/
+        ],
+        rowNum: 7, //表格行数
+        headerHeight: 35,
+        headerBGC: "#0f1325", //表头
+        oddRowBGC: "#0f1325", //奇数行
+        evenRowBGC: "#171c33", //偶数行
+        columnWidth: [110, 70, 70, 70, 90],
+        align: ["center", "center", "center", "center", "center"]
+      }
+    };
   },
   components: {
     valveChart
@@ -33,11 +56,11 @@ export default {
 <style lang="scss">
 #bottomLeft {
   padding: 0.3rem 0.2rem;
-  height: 6.5rem;
+  height: 2.9rem;
   min-width: 3.75rem;
   border-radius: 0.0625rem;
   .bg-color-black {
-    height: 6.0625rem;
+    height: 2.5rem;
     border-radius: 0.125rem;
   }
   .text {

+ 2 - 1
ui/src/views/monitor/elec/index.vue

@@ -67,7 +67,8 @@
         </div>
         <div class="three-bototm-box">
           <dv-border-box-12>
-            <nap-tank />
+            <!--<nap-tank />-->
+            <bottom-left />
           </dv-border-box-12>
           <dv-border-box-12>
             <ethylene-tank />

+ 1 - 1
ui/src/views/sems/thickness/index.vue

@@ -1325,7 +1325,7 @@ export default {
     },
       /** 导入按钮操作 */
       handleImport() {
-          this.upload.title = this.$t('用户导入');
+          this.upload.title = this.$t('导入更新数据');
           this.upload.open = true;
       },
       /** 下载模板操作 */