From 4b28531281c1c9df6aa736349b12d2b33c65b5e5 Mon Sep 17 00:00:00 2001 From: zhenggm Date: Thu, 9 Jun 2022 16:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9D=91=E7=88=B9=E7=9A=84=E5=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/template/incModel/inc_filter.ftl | 2 +- .../src/main/resources/static/template/incModel/inc_form.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl index 954beea..8acd054 100644 --- a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl +++ b/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", diff --git a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl index f7f92d8..5ef0af9 100644 --- a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl +++ b/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",