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;