From c5244cbb8e98b5b3f2e6306ebfabf0333d76c6d6 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 26 九月 2025 11:17:55 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/lift.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/lift.html b/src/main/webapp/views/lift.html
index a2362b1..b244b82 100644
--- a/src/main/webapp/views/lift.html
+++ b/src/main/webapp/views/lift.html
@@ -114,6 +114,7 @@
                                 <th class="py-3 px-4">宸ヤ綔鍙�</th>
                                 <th class="py-3 px-4">PLC宸ヤ綔鍙�</th>
                                 <th class="py-3 px-4">璁惧妯″紡</th>
+                                <th class="py-3 px-4">璁惧鐘舵��</th>
                                 <th class="py-3 px-4">浠诲姟鐘舵��</th>
                                 <th class="py-3 px-4">浠诲姟妯″紡</th>
                                 <th class="py-3 px-4">鍙栬揣鏁版嵁</th>
@@ -132,6 +133,7 @@
                                     <td class="py-3 px-4">{{ item.taskNo }}</td>
                                     <td class="py-3 px-4">{{ item.plcTaskNo }}</td>
                                     <td class="py-3 px-4">{{ item.model$ }}</td>
+                                    <td class="py-3 px-4">{{ item.deviceStatus$ }}</td>
                                     <td class="py-3 px-4">{{ item.protocolStatus$ }}</td>
                                     <td class="py-3 px-4">{{ item.taskMode$ }}</td>
                                     <td class="py-3 px-4">{{ item.pick }}</td>
@@ -143,7 +145,7 @@
                                     <td class="py-3 px-4">{{ item.lev }}</td>
                                     <td class="py-3 px-4">
                                         <div v-for="(sta,id) in item.liftStaProtocols" :key="id">
-                                            {{ sta.lev }}灞傦紝鎵樼洏锛歿{ sta.hasTray ? 'Y':'N' }}锛屽皬杞︼細{{ sta.hasCar ? 'Y':'N' }}
+                                            {{ sta.siteId }}绔欙紝鎵樼洏锛歿{ sta.hasTray ? 'Y':'N' }}锛屽皬杞︼細{{ sta.hasCar ? 'Y':'N' }}
                                         </div>
                                     </td>
                                 </tr>

--
Gitblit v1.9.1