From 85e341d7aaf755f74ac89e9bdaa5f2acdc00f2b5 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 17 三月 2025 15:18:57 +0800
Subject: [PATCH] 修改磨边色块数据源,大屏表格字段名

---
 UI-Project/src/views/largescreendisplay/screendisplay.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/UI-Project/src/views/largescreendisplay/screendisplay.vue b/UI-Project/src/views/largescreendisplay/screendisplay.vue
index f308d1b..733a850 100644
--- a/UI-Project/src/views/largescreendisplay/screendisplay.vue
+++ b/UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -225,7 +225,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -243,7 +243,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -261,7 +261,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -448,7 +448,7 @@
     </el-dialog>
     <!-- 鐢熶骇缁熻 -->
     <div style="height: 190px;width: 88%;float: right;position: absolute;" @click="handlehistorical9">
-      <el-table height="700" ref="table" :data="productionVO"
+      <el-table height="100" ref="table" :data="productionVO"
         :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }">
         <el-table-column prop="date" align="center" :label="$t('large.date')" min-width="70" />
         <el-table-column prop="countOutOne" align="center" :label="$t('large.countOutOne')" min-width="40" />
@@ -622,8 +622,8 @@
   <el-dialog v-model="blinda" top="5vh" width="85%">
     <el-table height="650" ref="table" :data="tableData"
       :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }">
-      <el-table-column prop="processId" fixed align="center" :label="$t('large.processId')" min-width="110" />
-      <el-table-column prop="glassChild" align="center" :label="$t('large.productname')" min-width="110" />
+      <el-table-column prop="processId" fixed align="center" :label="$t('large.processId')" min-width="150" />
+      <el-table-column prop="glassChild" align="center" :label="$t('large.productname')" min-width="150" />
       <el-table-column prop="orderNumber" align="center" :label="$t('large.serialnumber')" min-width="110" />
       <el-table-column prop="technologyNumber" align="center" :label="$t('large.slicemarker')" min-width="110" />
       <el-table-column prop="width" align="center" :label="$t('large.width')" min-width="110" />

--
Gitblit v1.8.0