diff --git a/ruoyi-admin/src/main/resources/templates/system/examnum/examnum.html b/ruoyi-admin/src/main/resources/templates/system/examnum/examnum.html
index cee850b..dd2a8e2 100644
--- a/ruoyi-admin/src/main/resources/templates/system/examnum/examnum.html
+++ b/ruoyi-admin/src/main/resources/templates/system/examnum/examnum.html
@@ -11,7 +11,7 @@
-
-
+
-
@@ -93,16 +93,6 @@
formatter: function(value, row, index) {
return $.table.selectDictLabel(typeDatas, value);
}
- },
- {
- // title: '操作',
- // align: 'center',
- // formatter: function(value, row, index) {
- // var actions = [];
- // actions.push('编辑 ');
- // actions.push('删除');
- // return actions.join('');
- // }
}]
};
$.table.init(options);