瀏覽代碼

模板

master
郑根木 2 年之前
父節點
當前提交
740a349838
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 查看文件

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


Loading…
取消
儲存