Browse Source

改一个树列表模板问题

master
xiaxl 2 years ago
parent
commit
84ef3db84a
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl

+ 5
- 5
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl View File

@@ -55,7 +55,7 @@
"id": "id${newId()}", "id": "id${newId()}",
"type": "fx-title", "type": "fx-title",
"props": { "props": {
"label": "苹果树"
"label": "树列表"
} }
} }
] ]
@@ -129,7 +129,7 @@
"horizontal": false "horizontal": false
}, },
"children": [ "children": [
<#list group.cfilters as cfilters>
{ {
"shape": "panel", "shape": "panel",
"id": "form_panel", "id": "form_panel",
@@ -141,7 +141,7 @@
"alignY": "center" "alignY": "center"
}, },
"children": [ "children": [
<#list group.cfilters as cfilters>
{ {
"id": "id${newId()}", "id": "id${newId()}",
"type": "fx-${cfilters.editor}", "type": "fx-${cfilters.editor}",
@@ -155,7 +155,7 @@
}, },
"events": {} "events": {}
}, },
</#list>
{ {
"id": "${newId()}", "id": "${newId()}",
"type": "fx-button-group", "type": "fx-button-group",
@@ -203,7 +203,7 @@
}, },
"children": [] "children": []
}, },
</#list>
{ {
"id": "${newId()}", "id": "${newId()}",
"type": "fx-form-panel", "type": "fx-form-panel",


Loading…
Cancel
Save