From 84ef3db84acc6a36d601742d2634180c5b0f00d2 Mon Sep 17 00:00:00 2001 From: xiaxl Date: Thu, 21 Jul 2022 17:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=AA=E6=A0=91=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A8=A1=E6=9D=BF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/src/main/resources/static/template/model_tree_list.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl index d151420..c260730 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl @@ -55,7 +55,7 @@ "id": "id${newId()}", "type": "fx-title", "props": { - "label": "苹果树" + "label": "树列表" } } ] @@ -129,7 +129,7 @@ "horizontal": false }, "children": [ - <#list group.cfilters as cfilters> + { "shape": "panel", "id": "form_panel", @@ -141,7 +141,7 @@ "alignY": "center" }, "children": [ - + <#list group.cfilters as cfilters> { "id": "id${newId()}", "type": "fx-${cfilters.editor}", @@ -155,7 +155,7 @@ }, "events": {} }, - + { "id": "${newId()}", "type": "fx-button-group", @@ -203,7 +203,7 @@ }, "children": [] }, - + { "id": "${newId()}", "type": "fx-form-panel",