From e9ccb16eaca25fd7cea51b15685ddee9101e9fa0 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 12 十二月 2024 11:30:12 +0800
Subject: [PATCH] 首巡末合格不合格自动带出 spc 八大判定

---
 WebTM/views/IpadIndex.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index a996612..8f684fd 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1489,16 +1489,16 @@
                                     <span class="imgtitle">棣栨</span>
                                 </div>
                             </div>
-                            <div class="layui-col-sm12 layui-col-md4">
-                                <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%);display:none;">
+                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenProcess(event,this)">
+                                <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-search imgicon"></span>
                                     <span class="imgtitle">宸℃</span>
                                 </div>
                             </div>
-                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenProcess(event,this)">
-                                <div class="cnt bottomright">
+                            <div class="layui-col-sm12 layui-col-md4">
+                                <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%);display:none;">
                                     <span class="layui-icon layui-icon-search imgicon"></span>
-                                    <span class="imgtitle">杩囩▼妫�楠�</span>
+                                    <span class="imgtitle">鏈</span>
                                 </div>
                             </div>
                         </div>

--
Gitblit v1.9.1