From 900f7032f7e701efd4741c2bcabeaad969e5fd3f Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 14 一月 2025 15:20:27 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/shuttle.html b/src/main/webapp/views/shuttle.html
index b559d4f..b23cc49 100644
--- a/src/main/webapp/views/shuttle.html
+++ b/src/main/webapp/views/shuttle.html
@@ -46,6 +46,7 @@
                         <th>鏁呴殰鐮�</th>
                         <th>绠″埗鐘舵��</th>
                         <th>浣庣數閲�</th>
+                        <th>婕旂ず妯″紡</th>
                     </tr>
                     </thead>
                     <tbody>
@@ -131,6 +132,8 @@
                                         <button class="item" onclick="shuttleOperator(2)">鎵樼洏涓嬮檷</button>
                                         <button class="item" onclick="shuttleOperator(6)">鍏呯數寮�鍏�</button>
                                         <button class="item" onclick="shuttleOperator(3)">澶嶄綅</button>
+                                        <button class="item" onclick="shuttleOperator(12)">婕旂ず妯″紡-寮�</button>
+                                        <button class="item" onclick="shuttleOperator(13)">婕旂ず妯″紡-鍏�</button>
                                     </div>
                                 </div>
                             </div>
@@ -344,6 +347,7 @@
                 setVal(tr.children("td").eq(11), table[i-1].statusErrorCode$);
                 setVal(tr.children("td").eq(12), suspendState);
                 setVal(tr.children("td").eq(13), table[i-1].lowerPower);
+                setVal(tr.children("td").eq(14), table[i-1].demo$);
             }
         } else if (res.code === 403){
             window.location.href = baseUrl+"/login";

--
Gitblit v1.9.1