From 37a74e7168d676c47bdc23d3dc7df486f7f409d1 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 18 Apr 2024 21:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=AD=90=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/modules/gen/include/formChildTable.html | 2 +- .../resources/views/modules/demo/demoFormEditForm.html | 8 ++++---- .../main/resources/views/modules/test/testDataForm.html | 8 ++++---- .../resources/views/modules/demo/demoFormEditForm.html | 8 ++++---- .../main/resources/views/modules/test/testDataForm.html | 8 ++++---- .../main/resources/views/modules/test/testDataForm2.html | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) 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 @@ <% } %>