From 67ebf7d5ec4dbfb239254cb88db33111be4c5273 Mon Sep 17 00:00:00 2001 From: xiaxl Date: Mon, 5 Sep 2022 18:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/template/default/model_card_flow.ftl | 43 ++++++++++++---------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl b/smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl index 3bd7e80..d6898fb 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl @@ -392,6 +392,19 @@ }, "slots": { "default": [ +{ +"id": "${newId()}", +"type": "fx-button", +"props": { +"name": "button:new", +"label": "新增", +"type": "primary", +"action": "button:addCard" +}, +"vars": { +"$ref": "$ref" +} +}, { "type": "fx-button", "props": { @@ -484,20 +497,6 @@ } }, { -"id": "${newId()}", -"type": "fx-button", -"props": { -"name": "button:return", -"label": "返回", -"size": "default", -"action": "button:backList" -}, -"events": {}, -"vars": { -"$ref": "$ref" -} -}, -{ "type": "fx-button", "props": { "name": "button:delete", @@ -514,16 +513,19 @@ "id": "${newId()}", "type": "fx-button", "props": { -"name": "button:new", -"label": "新增", -"type": "primary", -"action": "button:addCard" +"name": "button:return", +"label": "返回", +"size": "default", +"action": "button:backList" }, +"events": {}, "vars": { "$ref": "$ref" } } + + ] } } @@ -698,7 +700,7 @@ "title": "驳回", "key": "dlgReject", "width": "450px", - "height": "260px", + "height": "300px", "showPrefix": true }, "events": {} @@ -740,7 +742,8 @@ "labelWidth": 100, "affixError": true, "size": "default", -"multiple": true +"multiple": true, +"required": true }, "events": {}, "vars": {