From 740a349838e5afe7291109ea7f2c51d040c72852 Mon Sep 17 00:00:00 2001 From: zhenggm Date: Mon, 13 Jun 2022 20:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/template/incModel/inc_filter.ftl | 4 ++-- 1 file 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 8acd054..f4bb800 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-${field.editor}", + "type": "fx-${filter.editor}", "props": { "label": "${filter.label}", "type": "text", @@ -27,7 +27,7 @@ "name": "${filter.name}" }, "events": {} - }<#if filter_has_next>, + }, { "id": "id${newId()}",