Browse Source

调整参数

4.0
xiaxl 2 years ago
parent
commit
67ebf7d5ec
1 changed files with 23 additions and 20 deletions
  1. +23
    -20
      smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl

+ 23
- 20
smtweb-framework/bpm/src/main/resources/static/template/default/model_card_flow.ftl View File

@@ -392,6 +392,19 @@
}, },
"slots": { "slots": {
"default": [ "default": [
{
"id": "${newId()}",
"type": "fx-button",
"props": {
"name": "button:new",
"label": "新增",
"type": "primary",
"action": "button:addCard"
},
"vars": {
"$ref": "$ref"
}
},
{ {
"type": "fx-button", "type": "fx-button",
"props": { "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", "type": "fx-button",
"props": { "props": {
"name": "button:delete", "name": "button:delete",
@@ -514,16 +513,19 @@
"id": "${newId()}", "id": "${newId()}",
"type": "fx-button", "type": "fx-button",
"props": { "props": {
"name": "button:new",
"label": "新增",
"type": "primary",
"action": "button:addCard"
"name": "button:return",
"label": "返回",
"size": "default",
"action": "button:backList"
}, },
"events": {},
"vars": { "vars": {
"$ref": "$ref" "$ref": "$ref"
} }
} }




] ]
} }
} }
@@ -698,7 +700,7 @@
"title": "驳回", "title": "驳回",
"key": "dlgReject", "key": "dlgReject",
"width": "450px", "width": "450px",
"height": "260px",
"height": "300px",
"showPrefix": true "showPrefix": true
}, },
"events": {} "events": {}
@@ -740,7 +742,8 @@
"labelWidth": 100, "labelWidth": 100,
"affixError": true, "affixError": true,
"size": "default", "size": "default",
"multiple": true
"multiple": true,
"required": true
}, },
"events": {}, "events": {},
"vars": { "vars": {


Loading…
Cancel
Save