From 4b566084e3f9db268248a263eba1ea6013c4679f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 13 Sep 2024 10:45:49 +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/app/appCommentList.html | 2 +- .../src/main/resources/views/modules/app/appUpgradeList.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/app/src/main/resources/views/modules/app/appCommentList.html b/modules/app/src/main/resources/views/modules/app/appCommentList.html index 2617ed16..9567a02c 100644 --- a/modules/app/src/main/resources/views/modules/app/appCommentList.html +++ b/modules/app/src/main/resources/views/modules/app/appCommentList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${appComment}" action="${ctx}/app/appComment/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${appComment}" action="${ctx}/app/appComment/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/app/src/main/resources/views/modules/app/appUpgradeList.html b/modules/app/src/main/resources/views/modules/app/appUpgradeList.html index 2d03e2b6..556fa643 100644 --- a/modules/app/src/main/resources/views/modules/app/appUpgradeList.html +++ b/modules/app/src/main/resources/views/modules/app/appUpgradeList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${appUpgrade}" action="${ctx}/app/appUpgrade/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${appUpgrade}" action="${ctx}/app/appUpgrade/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -37,7 +37,7 @@
- <#form:input path="upDate" readonly="true" maxlength="20" class="form-control laydate width-datetime" + <#form:input path="upDate" readonly="true" maxlength="20" class="form-control laydate width-date" dataFormat="date" data-type="date" data-format="yyyy-MM-dd"/>