From 7d662ce62c353d0449260d4a3d6dab23e68cfedf Mon Sep 17 00:00:00 2001 From: 3y Date: Thu, 9 Jun 2022 21:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=94=AF=E6=8C=81=E6=92=A4?= =?UTF-8?q?=E5=9B=9E=E6=B6=88=E6=81=AF=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/crud-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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": "删除",