Explorar o código

注释 sysmsg.html 页面的删除按钮

reghao %!s(int64=2) %!d(string=hai) anos
pai
achega
6ca496e8fe
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      manager/src/main/resources/templates/sys/sysmsg.html

+ 2 - 2
manager/src/main/resources/templates/sys/sysmsg.html

@@ -27,8 +27,8 @@
                     <td>
                         <a class="open-popup" data-title="消息内容" th:attr="data-url=@{'/sys/message/detail/'+${item.id}}"
                            data-size="960,480" href="#">查看</a>
-                        <a class="ajax-delete" th:attr="data-msg='确定要删除 '+ ${item.id} + ' 机器?'"
-                           th:href="@{'/api/sys/msg/' + ${item.id}}">删除</a>
+                        <!--<a class="ajax-delete" th:attr="data-msg='确定要删除 '+ ${item.id} + ' 机器?'"
+                           th:href="@{'/api/sys/msg/' + ${item.id}}">删除</a>-->
                     </td>
                 </tr>
                 </tbody>