From 03eb37846a1171643b3bca3ff6b341b5e333da5b Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Mon, 30 May 2022 11:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ftl/page/app/oa/app-form-show.ftl | 19 ++++------------- .../ftl/page/app/oa/app-form-update.ftl | 21 ++++--------------- 2 files changed, 8 insertions(+), 32 deletions(-) diff --git a/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-show.ftl b/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-show.ftl index dc5feebe..700f8836 100644 --- a/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-show.ftl +++ b/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-show.ftl @@ -27,21 +27,10 @@
-
- -
-
- <#list fields as field> - ${field.html} - -
-
-
-
+
+ <#list fields as field> + ${field.html} +
diff --git a/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-update.ftl b/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-update.ftl index d8b69cf8..96987795 100644 --- a/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-update.ftl +++ b/module-form/src/main/resources/templates/ftl/page/app/oa/app-form-update.ftl @@ -30,22 +30,10 @@
- -
- -
-
- <#list fields as field> - ${field.html} - -
-
-
-
+
+ <#list fields as field> + ${field.html} +
@@ -111,7 +99,6 @@ // console.log(obj); } }); - oaFormUtil.initTabItem($('#processInstanceId').val(), {isApp:true, headers: {token: token}}); var self = this; var loadLayerIndex;