diff --git a/pages/crud-list.json b/pages/crud-list.json index c980a93..93fc842 100644 --- a/pages/crud-list.json +++ b/pages/crud-list.json @@ -560,6 +560,14 @@ "confirmText": "您确认要复制?", "api": "post:http://localhost:8080/messageTemplate/copy/$id" }, + { + "type": "button", + "label": "撤回", + "level": "danger", + "actionType": "ajax", + "confirmText": "您确认要撤回?", + "api": "post:http://localhost:8080/messageTemplate/recall/$id" + }, { "type": "button", "label": "删除",