From c4a098e3f88bc5071e36b92b9e5dcceb51129957 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期四, 01 六月 2023 23:25:07 +0800
Subject: [PATCH] 同步后台代码
---
management/guns-admin/src/main/webapp/WEB-INF/view/system/log/log.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/log/log.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/log/log.html
index a9b7f48..bae3fdb 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/log/log.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/log/log.html
@@ -19,7 +19,7 @@
<#NameCon id="logName" name="用户名称" />
</div>
<div class="col-sm-2">
- <#button name="搜索" icon="fa-search" clickFun="OptLog.search()"/>
+ <#button name="查询" icon="fa-search" clickFun="OptLog.search()"/>
<#button name="重置" icon="fa-trash" clickFun="OptLog.resetSearch()" space="true"/>
</div>
</div>
--
Gitblit v1.7.1