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": {
"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": {


Loading…
Cancel
Save