|
@@ -1466,3 +1466,6 @@ INSERT INTO `b_privilege` (`code`, `name`, `parent_code`, `privilege_type`, `pri
|
|
|
VALUES ('operation_log', '操作日志', 'root_code', 'MENU', '/admin/operation/log', 140, 1, 'icon-tasks', 'index.log');
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
+INSERT INTO `b_privilege` (`code`, `name`, `parent_code`, `privilege_type`, `level`, `seq`)
|
|
|
+VALUES ('exam_problem_history-export', '导出', 'exam_problem_history', 'BUTTON', 2, 3);
|
|
|
+
|