ソースを参照

模板

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()}",


読み込み中…
キャンセル
保存