From 595edf64fe86e0dd5944d37f0e22c399fc8faf7e Mon Sep 17 00:00:00 2001 From: xiaxl Date: Mon, 1 Aug 2022 17:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=E9=A2=84=E7=BD=AEli?= =?UTF-8?q?st=E6=A8=A1=E6=9D=BF=E5=BE=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/src/main/resources/static/template/model_list_card.ftl | 2 +- .../bpm/src/main/resources/static/template/model_list_list.ftl | 8 +++----- .../bpm/src/main/resources/static/template/model_tree_list.ftl | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl index 630716f..7e12eb6 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl @@ -171,7 +171,7 @@ <#if dfield.maxlength gt 0> "maxlength": ${dfield.maxlength}, - "placeholder": "请输入内容", + "placeholder": "请输入${dfield.label}", <#if (param.col gte 2)> "tips": "${dfield.desc}", diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl index e1aefa2..c246698 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl @@ -126,7 +126,7 @@ "label": "${cfilters.label}", "type": "text", "maxlength": 50, - "placeholder": "请输入内容", + "placeholder": "请输入${cfilters.label}", "labelWidth": 150, "affixError": false, "hideLabel": true, @@ -231,9 +231,7 @@ ] }, - "events": { - "on-row-click": "dictTypeRowClick" - } + "events": {} } ] } @@ -278,7 +276,7 @@ "label": "${cfilters.label}", "type": "text", "maxlength": 50, - "placeholder": "请输入内容", + "placeholder": "请输入${cfilters.label}", "labelWidth": 100, "affixError": false }, diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl index aeb53fc..52c0b9c 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl @@ -149,7 +149,7 @@ "label": "${cfilters.label}", "type": "text", "maxlength": 50, - "placeholder": "请输入内容", + "placeholder": "请输入${cfilters.label}", "labelWidth": 100, "affixError": false },