Browse Source

模板

master
郑根木 2 years ago
parent
commit
740a349838
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl

+ 2
- 2
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl View File

@@ -13,7 +13,7 @@
<#list fields as filter> <#list fields as filter>
{ {
"id": "id${newId()}", "id": "id${newId()}",
"type": "fx-${field.editor}",
"type": "fx-${filter.editor}",
"props": { "props": {
"label": "${filter.label}", "label": "${filter.label}",
"type": "text", "type": "text",
@@ -27,7 +27,7 @@
"name": "${filter.name}" "name": "${filter.name}"
}, },
"events": {} "events": {}
}<#if filter_has_next>,</#if>
},
</#list> </#list>
{ {
"id": "id${newId()}", "id": "id${newId()}",


Loading…
Cancel
Save