|
|
@@ -72,7 +72,7 @@ const menuList = computed(() => {
|
|
|
list = [
|
|
|
{ name: '试题结构', number: '1', path: 'question', desc: '建立考试试题结构、设置标答、分组等信息', status: 0 },
|
|
|
{ name: '扫描学生', number: '2', path: 'scanList', desc: '扫描学生,处理扫描异常学生等', status: 0 },
|
|
|
- { name: '成绩查询', number: '3', path: 'score', desc: '设置每个主观题下的划分区信息及位置', status: 0 ,
|
|
|
+ { name: '成绩查询', number: '3', path: 'analysis', desc: '设置每个主观题下的划分区信息及位置', status: 0 ,
|
|
|
menu:[
|
|
|
{ name: '成绩单', path: 'score' },
|
|
|
{ name: '错题分析', path: 'errorAnalysis' },
|