Browse Source

数据集预置模板查询面板调整

master
xiaxl 2 years ago
parent
commit
27e0bedaa3
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl

+ 4
- 2
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl View File

@@ -20,6 +20,7 @@
"shadow": "" "shadow": ""
}, },
"children": [ "children": [
<#if (group.cfilters?size>0)>
{ {
"shape": "panel", "shape": "panel",
"id": "form_panel", "id": "form_panel",
@@ -35,7 +36,7 @@
}, },
"children": [ "children": [


<#if (group.cfilters?size>0)>
<#assign fields = group.cfilters> <#assign fields = group.cfilters>
<#list fields as filter> <#list fields as filter>
{ {
@@ -56,7 +57,7 @@
"events": {} "events": {}
}, },
</#list> </#list>
</#if>


{ {
"id": "id${newId()}", "id": "id${newId()}",
@@ -123,6 +124,7 @@
}, },
"children": [] "children": []
}, },
</#if>
{ {
"id": "${newId()}", "id": "${newId()}",
"type": "fx-form-panel", "type": "fx-form-panel",


Loading…
Cancel
Save