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('');
}
}]