From 729801bab56801818eea9e9fdae5ad36a52ce680 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 14 Aug 2023 12:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=A1=A8=E5=8D=95=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E8=A7=92=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/app/appCommentForm.html | 74 ++++----- .../views/modules/app/appUpgradeForm.html | 138 ++++++++-------- .../views/modules/cms/articleForm.html | 2 +- .../views/modules/cms/categoryForm.html | 2 +- .../views/modules/cms/commentForm.html | 84 +++++----- .../views/modules/cms/reportForm.html | 84 +++++----- .../resources/views/modules/cms/siteForm.html | 152 +++++++++--------- .../views/modules/cms/visitLogForm.html | 84 +++++----- .../modules/gen/include/viewForm.html | 2 +- .../templates/modules/gen/query/viewForm.xml | 2 +- .../views/modules/msg/msgInnerForm.html | 106 ++++++------ .../views/modules/msg/msgInnerView.html | 2 +- .../resources/views/modules/sys/areaForm.html | 2 +- .../views/modules/sys/companyForm.html | 2 +- .../resources/views/modules/sys/logForm.html | 2 +- .../views/modules/sys/officeForm.html | 2 +- .../resources/views/modules/sys/postForm.html | 2 +- .../views/modules/sys/user/corpAdminForm.html | 2 +- .../views/modules/sys/user/empUserForm.html | 2 +- .../sys/user/empUserFormAuthDataScope.html | 2 +- .../views/modules/sys/user/secAdminForm.html | 2 +- .../views/modules/demo/demoFormEditForm.html | 2 +- .../modules/demo/demoFormLayoutForm.html | 2 +- .../views/modules/demo/demoFormTableForm.html | 2 +- .../views/modules/test/testDataForm.html | 2 +- .../views/modules/test/testTreeForm.html | 2 +- .../views/modules/demo/demoFormEditForm.html | 2 +- .../modules/demo/demoFormLayoutForm.html | 2 +- .../views/modules/demo/demoFormTableForm.html | 2 +- .../views/modules/test/testDataForm.html | 2 +- .../views/modules/test/testDataForm2.html | 2 +- .../views/modules/test/testTreeForm.html | 2 +- 32 files changed, 386 insertions(+), 386 deletions(-) diff --git a/modules/app/src/main/resources/views/modules/app/appCommentForm.html b/modules/app/src/main/resources/views/modules/app/appCommentForm.html index d8fcc524..29cb499e 100644 --- a/modules/app/src/main/resources/views/modules/app/appCommentForm.html +++ b/modules/app/src/main/resources/views/modules/app/appCommentForm.html @@ -5,46 +5,46 @@
${text(appComment.isNewRecord ? '新增意见' : '编辑意见')}
-
+
<#form:form id="inputForm" model="${appComment}" action="${ctx}/app/appComment/save" method="post" class="form-horizontal nofocus">
${text('基本信息')}
- <#form:hidden path="id"/> -
-
-
- -
- <#form:select path="category" dictType="app_comment_category" class="form-control required" /> -
-
-
-
-
-
-
- -
- <#form:textarea path="content" rows="4" minlength="10" maxlength="500" class="form-control required"/> -
-
-
-
-
-
-
- -
- <#form:input path="contact" maxlength="200" class="form-control"/> -
-
-
+ <#form:hidden path="id"/> +
+
+
+ +
+ <#form:select path="category" dictType="app_comment_category" class="form-control required" /> +
+
+
+
+
+
+
+ +
+ <#form:textarea path="content" rows="4" minlength="10" maxlength="500" class="form-control required"/> +
+
+
+
+
+
+
+ +
+ <#form:input path="contact" maxlength="200" class="form-control"/> +
+
+
@@ -89,7 +89,7 @@
-
${text('回复信息')}
+
${text('回复信息')}
@@ -119,7 +119,7 @@ ${appComment.replyUserName}
-
+
${text('其它信息')}
@@ -143,7 +143,7 @@
- +