diff --git a/modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html b/modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html index 9d6d34b1..81514205 100644 --- a/modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html +++ b/modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html @@ -2,7 +2,7 @@ // 输出子表控件 for (child in table.childList){ %> -

\${text('${child.comments}')}

+
\${text('${child.comments}')}
<% if(table.tplCategory != 'query'){ %> diff --git a/web-fast/src/main/resources/views/modules/demo/demoFormEditForm.html b/web-fast/src/main/resources/views/modules/demo/demoFormEditForm.html index cf2dc456..84c53d38 100644 --- a/web-fast/src/main/resources/views/modules/demo/demoFormEditForm.html +++ b/web-fast/src/main/resources/views/modules/demo/demoFormEditForm.html @@ -284,7 +284,7 @@
-

测试数据子表

+
测试数据子表
<% if (hasPermi('test:testData:edit')){ %> @@ -308,10 +308,10 @@ <% } %>