From cd6421233a029ba5a33f34e2f66fab8be003cf00 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Tue, 9 Jul 2024 11:11:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=94=99=E9=A2=98=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/elExam/userBook/book.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html index b8135ce..34e33bd 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html @@ -46,8 +46,9 @@ var options = { uniqueId: "id", url: prefix + "/list", + removeUrl: prefix + "/remove", queryParams: queryParams, - modalName: "考试", + modalName: "考试错题", columns: [ { field : 'title', @@ -68,6 +69,8 @@ formatter: function(value, row, index) { var actions = []; actions.push('详情 '); + actions.push('删除'); + return actions.join(''); } }]