diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/repo/repo.html b/ruoyi-admin/src/main/resources/templates/system/elExam/repo/repo.html index c064cbf..4c1bd11 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/repo/repo.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/repo/repo.html @@ -23,10 +23,10 @@
- + 新增 - + 修改 @@ -81,7 +81,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('编辑 '); + actions.push('编辑 '); actions.push('删除'); return actions.join(''); }