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/tSystemBulletin/tSystemBulletin.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemBulletin/tSystemBulletin.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemBulletin/tSystemBulletin.html index c779b40..d323318 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemBulletin/tSystemBulletin.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemBulletin/tSystemBulletin.html @@ -10,13 +10,13 @@ <div class="col-sm-12"> <div class="row"> <div class="col-sm-2"> - <#NameCon id="createTime" name="添加时间" /> + <#TimeCon id="createTime" name="添加时间" /> </div> <div class="col-sm-2"> <#NameCon id="content" name="消息内容" /> </div> <div class="col-sm-2"> - <#button name="搜索" icon="fa-search" clickFun="TSystemBulletin.search()"/> + <#button name="查询" icon="fa-search" clickFun="TSystemBulletin.search()"/> <#button name="重置" icon="fa-trash" clickFun="TSystemBulletin.resetSearch()"/> </div> </div> -- Gitblit v1.7.1