|
|
@@ -47,11 +47,12 @@ |
|
|
|
"type": "fx-button", |
|
|
|
"props": { |
|
|
|
"label": "编辑", |
|
|
|
"type": "text", |
|
|
|
"type": "primary", |
|
|
|
"leftIcon": "edit", |
|
|
|
"action": "button:edit", |
|
|
|
"dataset": "${group.dataset}", |
|
|
|
"link": true, |
|
|
|
"text": true, |
|
|
|
"link": false, |
|
|
|
"linkType": "", |
|
|
|
"nextAction": "", |
|
|
|
"fxLink": "" |
|
|
@@ -63,10 +64,11 @@ |
|
|
|
"type": "fx-button", |
|
|
|
"props": { |
|
|
|
"label": "编辑", |
|
|
|
"type": "text", |
|
|
|
"type": "primary", |
|
|
|
"leftIcon": "edit", |
|
|
|
"action": "button:edit", |
|
|
|
"link": true, |
|
|
|
"link": false, |
|
|
|
"text": true, |
|
|
|
"linkType": "dialog", |
|
|
|
"fxLink": "dialog:editDialog", |
|
|
|
"fxLink_text": "${param.editTitle}", |
|
|
@@ -79,11 +81,12 @@ |
|
|
|
"type": "fx-button", |
|
|
|
"props": { |
|
|
|
"label": "删除", |
|
|
|
"type": "text", |
|
|
|
"type": "danger", |
|
|
|
"leftIcon": "delete-themes", |
|
|
|
"action": "button:remove", |
|
|
|
"preAction": "", |
|
|
|
"link": true, |
|
|
|
"link": false, |
|
|
|
"text": true, |
|
|
|
"confirm": "" |
|
|
|
} |
|
|
|
} |
|
|
|