From 4ff5f35054ab141d915c11ad878d4dcffe7e034a Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 12 五月 2023 18:43:27 +0800 Subject: [PATCH] BUG修改 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html index d17d306..3ee7fe3 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html @@ -34,7 +34,7 @@ </#SelectCon> </div> <div class="col-sm-3"> - <#button name="搜索" icon="fa-search" clickFun="TInvoice.search()"/> + <#button name="查询" icon="fa-search" clickFun="TInvoice.search()"/> <#button name="重置" icon="fa-trash" clickFun="TInvoice.resetSearch()" space="true"/> </div> </div> -- Gitblit v1.7.1