소스 검색

坑爹的坑

master
郑根木 2 년 전
부모
커밋
4b28531281
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl
  2. +1
    -1
      smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl

+ 1
- 1
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-text",
"type": "fx-${field.editor}",
"props": {
"label": "${filter.label}",
"type": "text",


+ 1
- 1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl 파일 보기

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


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