From dbafe28918c00a96bcee14944f7381281d58a69e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 13 Sep 2024 10:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/biz/bizCategoryList.html | 2 +- .../src/main/resources/views/modules/msg/msgInnerList.html | 2 +- .../core/src/main/resources/views/modules/sys/areaList.html | 2 +- .../core/src/main/resources/views/modules/sys/logList.html | 4 ++-- .../core/src/main/resources/views/modules/sys/onlineList.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html b/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html index 67454cd1..6575648d 100644 --- a/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html +++ b/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${bizCategory}" action="${ctx}/biz/bizCategory/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${bizCategory}" action="${ctx}/biz/bizCategory/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden path="categoryCode"/>
diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html index b1952afa..465c468e 100644 --- a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html +++ b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
diff --git a/modules/core/src/main/resources/views/modules/sys/areaList.html b/modules/core/src/main/resources/views/modules/sys/areaList.html index dc18ef30..218a6409 100644 --- a/modules/core/src/main/resources/views/modules/sys/areaList.html +++ b/modules/core/src/main/resources/views/modules/sys/areaList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${area}" action="${ctx}/sys/area/listPageData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${area}" action="${ctx}/sys/area/listPageData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
diff --git a/modules/core/src/main/resources/views/modules/sys/logList.html b/modules/core/src/main/resources/views/modules/sys/logList.html index 8c674f5f..5fdb3de1 100644 --- a/modules/core/src/main/resources/views/modules/sys/logList.html +++ b/modules/core/src/main/resources/views/modules/sys/logList.html @@ -83,9 +83,9 @@
- +
- <#form:input path="remoteAddr" maxlength="255" class="form-control width-90"/> + <#form:input path="remoteAddr" maxlength="255" class="form-control width-60"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/onlineList.html b/modules/core/src/main/resources/views/modules/sys/onlineList.html index 5866a1aa..70f76803 100644 --- a/modules/core/src/main/resources/views/modules/sys/onlineList.html +++ b/modules/core/src/main/resources/views/modules/sys/onlineList.html @@ -11,7 +11,7 @@
- <#form:form id="searchForm" action="${ctx}/sys/online/listData" method="post" class="form-inline hide2" + <#form:form id="searchForm" action="${ctx}/sys/online/listData" method="post" class="form-inline 2" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">