소스 검색

模板

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


불러오는 중...
취소
저장