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 @@
- +