From b532ba8806996246ab7a0896bf34b884c47dee7e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 14 四月 2026 14:06:25 +0800
Subject: [PATCH] 试生产版本

---
 项目代码/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_2.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_2.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_2.vue"
index 28a3188..6a08378 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_2.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_2.vue"
@@ -2,13 +2,13 @@
 
   <div id="big-data-container" class="big-data-container">
     <div class="head">
-      <h1 style="font-size:40px;">杞存壙鏅鸿兘閫夐厤绯荤粺2鍙峰帇瑁呭伐浣嶇洃鎺�</h1>
+      <h1 style="font-size:70px; margin-bottom: 100px; margin-top: 10px;">杞存壙鏅鸿兘閫夐厤绯荤粺3绾垮簱鍘嬭宸ヤ綅鐩戞帶</h1>
     </div>
     <div class="data-container">
       <div class="data-right" style="width:50%;">
         <div class="data-right-item right-3">
-          <div class="title" style="font-size:18px;color:white;">
-            宸︿晶杞存壙淇℃伅,&nbsp;绗瑊{newZCInfo.leftTodayCount}}鏉¤酱鎵�</div>
+          <div class="title" style="font-size:68px;color:white; margin-bottom: -40px;">
+            杞寸-杞存壙淇℃伅,&nbsp;绗瑊{newZCInfo.leftTodayCount}}鏉¤酱鎵�</div>
           <el-table :data="newZCInfo.leftStationInfo.wmsInfo" style="width: 100%;"
             class="styleTable">
             <el-table-column prop="name">
@@ -20,8 +20,8 @@
       </div>
       <div class="data-right" style="width:50%;">
         <div class="data-right-item right-3">
-          <div class="title" style="font-size:18px;color:white;">
-            鍙充晶杞存壙淇℃伅,&nbsp;绗瑊{newZCInfo.rightTodayCount}}鏉¤酱鎵�</div>
+          <div class="title" style="font-size:68px;color:white; margin-bottom: -40px;">
+            闈炶酱绔�-杞存壙淇℃伅,&nbsp;绗瑊{newZCInfo.rightTodayCount}}鏉¤酱鎵�</div>
           <el-table :data="newZCInfo.rightStationInfo.wmsInfo" style="width: 100%;"
             class="styleTable">
             <el-table-column prop="name">
@@ -135,8 +135,8 @@
     QueryZCInfo() {
       let parm = {
         MainData: {
-          leftEqNumber: '70110',
-          rightEqNumber: '70109',
+          leftEqNumber: '70104',
+          rightEqNumber: '70106',
         },
       };
       this.http
@@ -265,8 +265,8 @@
 ::v-deep .el-table .cell {
   background-color: transparent !important;
   color: rgb(171, 185, 182);
-  font-size: 23px;
-  line-height: 26px !important;
+  font-size: 65px;
+  line-height: 70px !important;
   padding: 0px;
   margin-top: -2px !important;
   text-align: left !important;

--
Gitblit v1.9.3