From 30463ba47d661d49d88ee8e43b2dcdb41d2e6090 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 20 三月 2025 15:28:35 +0800
Subject: [PATCH] 历史任务样式更改

---
 UI-Project/src/views/Caching/cachingun.vue           |    2 +-
 UI-Project/src/views/Returns/upreturns.vue           |    2 +-
 UI-Project/src/views/Slicecage/slicecage.vue         |    2 +-
 UI-Project/src/views/GlassStorage/rawhistory.vue     |   16 ++++++++--------
 UI-Project/src/views/hollow/hollowslicecage.vue      |    2 +-
 UI-Project/src/views/GlassStorage/rawfilmstorage.vue |    2 +-
 UI-Project/src/views/Returns/upreturns2.vue          |    2 +-
 UI-Project/src/views/Caching/cachingbefore.vue       |    2 +-
 UI-Project/src/views/Returns/upreturnhistory.vue     |    4 ++--
 UI-Project/src/views/hollow/hollowequipment.vue      |    2 +-
 UI-Project/src/views/Returns/upreturnhistory2.vue    |    4 ++--
 UI-Project/src/views/hollow/hollowequipmenttwo.vue   |    2 +-
 12 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingbefore.vue b/UI-Project/src/views/Caching/cachingbefore.vue
index f69fdee..51a7ec1 100644
--- a/UI-Project/src/views/Caching/cachingbefore.vue
+++ b/UI-Project/src/views/Caching/cachingbefore.vue
@@ -447,7 +447,7 @@
 </div>
 </div>
 <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="10vh" width="95%">
+<el-dialog v-model="blindb" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue
index 79d742b..4bc8615 100644
--- a/UI-Project/src/views/Caching/cachingun.vue
+++ b/UI-Project/src/views/Caching/cachingun.vue
@@ -424,7 +424,7 @@
 </div>
 </div>
 <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="10vh" width="95%">
+<el-dialog v-model="blindb" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
index dc9fc82..8bbe6bf 100644
--- a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
+++ b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
@@ -713,7 +713,7 @@
         </el-table>
 </el-dialog>
 <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="10vh" width="95%">
+<el-dialog v-model="blindb" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/GlassStorage/rawhistory.vue b/UI-Project/src/views/GlassStorage/rawhistory.vue
index d2eedb8..386681f 100644
--- a/UI-Project/src/views/GlassStorage/rawhistory.vue
+++ b/UI-Project/src/views/GlassStorage/rawhistory.vue
@@ -22,14 +22,14 @@
           <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button>
      </div>
         <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-      <el-table-column prop="startSlot" align="center" :label="$t('film.originateslot')" min-width="80" />
-          <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="80" />
-          <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="80" />
-          <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="80" />
+      <el-table-column prop="startSlot" align="center" :label="$t('film.originateslot')" min-width="50" />
+          <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="50" />
+          <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="50" />
+          <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="50" />
           <el-table-column
             align="center"
             :label="$t('film.taskstatus')"
-            min-width="80"
+            min-width="50"
             prop="taskState"
           >
           <template #default="scope">  
@@ -41,7 +41,7 @@
           <el-table-column
             align="center"
             :label="$t('film.enabletype')"
-            min-width="80"
+            min-width="50"
             prop="taskType"
           >
           <template #default="scope">  
@@ -50,8 +50,8 @@
         </el-tag>  
       </template> 
           </el-table-column>
-          <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" />
-          <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" />
+          <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="50" />
+          <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="50" />
           <el-table-column fixed="right" :label="$t('film.operate')" align="center">
             <template #default="scope">
           <el-button size="mini" :disabled="(scope.row.taskState !== 0)" type="text" plain @click="successfull(scope.row)">{{ $t('searchOrder.successfullyprocessed') }}</el-button>
diff --git a/UI-Project/src/views/Returns/upreturnhistory.vue b/UI-Project/src/views/Returns/upreturnhistory.vue
index 470a0d5..b810e5a 100644
--- a/UI-Project/src/views/Returns/upreturnhistory.vue
+++ b/UI-Project/src/views/Returns/upreturnhistory.vue
@@ -19,8 +19,8 @@
           <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button>
      </div>
         <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-      <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="80" />
-      <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="80" />
+      <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="70" />
+      <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="70" />
       <el-table-column prop="rawGlassThickness" align="center" :label="$t('Mounting.thickness')" min-width="80" />
     <el-table-column prop="rawGlassFilmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="80" />
     <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
diff --git a/UI-Project/src/views/Returns/upreturnhistory2.vue b/UI-Project/src/views/Returns/upreturnhistory2.vue
index 140299f..962ba9b 100644
--- a/UI-Project/src/views/Returns/upreturnhistory2.vue
+++ b/UI-Project/src/views/Returns/upreturnhistory2.vue
@@ -19,8 +19,8 @@
         <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button>
    </div>
       <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-    <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="80" />
-    <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="80" />
+    <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="70" />
+    <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="70" />
     <el-table-column prop="rawGlassThickness" align="center" :label="$t('Mounting.thickness')" min-width="80" />
     <el-table-column prop="rawGlassFilmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="80" />
     <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
diff --git a/UI-Project/src/views/Returns/upreturns.vue b/UI-Project/src/views/Returns/upreturns.vue
index fdebac8..cf39725 100644
--- a/UI-Project/src/views/Returns/upreturns.vue
+++ b/UI-Project/src/views/Returns/upreturns.vue
@@ -605,7 +605,7 @@
     </template>
   </el-dialog>
     <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindbd" top="10vh" width="95%">
+<el-dialog v-model="blindbd" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/Returns/upreturns2.vue b/UI-Project/src/views/Returns/upreturns2.vue
index b3344a1..28e3c74 100644
--- a/UI-Project/src/views/Returns/upreturns2.vue
+++ b/UI-Project/src/views/Returns/upreturns2.vue
@@ -503,7 +503,7 @@
   </div>
 </div>
    <!-- 鍘嗗彶浠诲姟 -->
-   <el-dialog v-model="blindbd" top="10vh" width="95%">
+   <el-dialog v-model="blindbd" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/Slicecage/slicecage.vue b/UI-Project/src/views/Slicecage/slicecage.vue
index d145d79..6704253 100644
--- a/UI-Project/src/views/Slicecage/slicecage.vue
+++ b/UI-Project/src/views/Slicecage/slicecage.vue
@@ -1445,7 +1445,7 @@
   </div>
   </el-dialog>
 <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="10vh" width="95%">
+<el-dialog v-model="blindb" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index 6e072e2..1dd4c53 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -986,7 +986,7 @@
     </template>
 </el-dialog>
  <!-- 鍘嗗彶浠诲姟 -->
- <el-dialog v-model="blindb" top="5vh" width="95%">
+ <el-dialog v-model="blindb" top="5vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
index b9e0689..649f692 100644
--- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -480,7 +480,7 @@
     </template>
 </el-dialog>
  <!-- 鍘嗗彶浠诲姟 -->
- <el-dialog v-model="blindb" top="5vh" width="95%">
+ <el-dialog v-model="blindb" top="5vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index b6ee921..f853e1a 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -990,7 +990,7 @@
   </div>
   </el-dialog>
   <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="5vh" width="95%">
+<el-dialog v-model="blindb" top="5vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"

--
Gitblit v1.8.0