From 7d8cd9d28e97ea54ab4c76dbe37fd910f6d279c5 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 05 十一月 2025 08:51:41 +0800
Subject: [PATCH] 1、钢化大理片,中空大理片的理片笼详情查询代码补充

---
 UI-Project/src/views/hollow/hellowquiphistory.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/views/hollow/hellowquiphistory.vue b/UI-Project/src/views/hollow/hellowquiphistory.vue
index fd2d995..6230357 100644
--- a/UI-Project/src/views/hollow/hellowquiphistory.vue
+++ b/UI-Project/src/views/hollow/hellowquiphistory.vue
@@ -26,6 +26,7 @@
    </div>
       <el-table ref="table" style="margin-top: 20px;height: 580px;width: 99%;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
     <el-table-column prop="flowCardId" align="center" :label="$t('searchOrder.processcards')" min-width="50" />
+    <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="20" />
     <el-table-column prop="totalPairQuantity" align="center" :label="$t('hellow.totalPairQuantity')" min-width="50" />
         <el-table-column

--
Gitblit v1.8.0