From 9812f31d6402a268fa6fd35e8c3a2a59582b720d Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 22 二月 2023 15:57:58 +0800
Subject: [PATCH] 增加service

---
 src/main/resources/templates/failurelogging/list.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/failurelogging/list.html b/src/main/resources/templates/failurelogging/list.html
index 20412ec..465c3c3 100644
--- a/src/main/resources/templates/failurelogging/list.html
+++ b/src/main/resources/templates/failurelogging/list.html
@@ -96,7 +96,6 @@
                   <button type="button"  th:onclick="edit([[${item.id}]])"  class="btn bg-gradient-primary btn-sm">缂栬緫</button>
                   <button type="button"  th:onclick="del([[${item.id}]])"  class="btn bg-gradient-danger btn-sm">鍒犻櫎</button>
                 </th:block>
-                <button type="button"  th:onclick="view([[${item.id}]])"  class="btn bg-gradient-primary btn-sm">鏌ョ湅</button></td>
             </tr>
           </th:block>
 

--
Gitblit v1.9.1