From aa5d2f68e1d97f7a1b20fa15e1bde9195544bb3e Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 11 十一月 2025 15:15:06 +0800
Subject: [PATCH] 1、钢化查询添加显示工程名称 2、中空任务界面缺片详情修改

---
 UI-Project/src/views/hollow/hellowquiptwohistory.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/hollow/hellowquiptwohistory.vue b/UI-Project/src/views/hollow/hellowquiptwohistory.vue
index cad45e2..9765d91 100644
--- a/UI-Project/src/views/hollow/hellowquiptwohistory.vue
+++ b/UI-Project/src/views/hollow/hellowquiptwohistory.vue
@@ -26,6 +26,7 @@
    </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="flowCardId" align="center" :label="$t('searchOrder.processcards')" min-width="80" />
+    <el-table-column prop="cell" align="center" :label="$t('searchOrder.line')" min-width="50" />
     <el-table-column prop="totalLayer" align="center" :label="$t('hellow.totalLayer')" min-width="80" />
     <el-table-column prop="totalPairQuantity" align="center" :label="$t('hellow.totalPairQuantity')" min-width="80" />
         <el-table-column
@@ -117,7 +118,7 @@
               </div>
           </el-col>
         </el-row>
-        <el-row style="margin-top: 10px;">
+        <el-row style="margin-top: 20px;">
           <el-col :span="8">
               <div id="dt" style="font-size: 15px;">
         <div>
@@ -134,7 +135,7 @@
             </div></div>
           </el-col>
         </el-row>
-        <el-row style="margin-top: 10px;">
+        <el-row style="margin-top: 20px;">
           <el-col :span="8">
               <div id="dt" style="font-size: 15px;">
         <div>
@@ -503,4 +504,6 @@
 });
 </script>
 <style scoped>  
+#dt { display:block; float:left;line-height: 20px;margin-left: 10px;}
+#dta { display:block; float:left;line-height: 20px;margin-left: 50%;}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0