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