成都工职院调整地图列表顺序调整
This commit is contained in:
parent
59ed7140ae
commit
ee7b19de57
@ -181,9 +181,9 @@ export default {
|
|||||||
if (elem.id === 'Lesson') {
|
if (elem.id === 'Lesson') {
|
||||||
childList[0] = elem;
|
childList[0] = elem;
|
||||||
} else if (elem.id === 'Exam') {
|
} else if (elem.id === 'Exam') {
|
||||||
childList[1] = elem;
|
|
||||||
} else if (elem.id === 'Simulation') {
|
|
||||||
childList[3] = elem;
|
childList[3] = elem;
|
||||||
|
} else if (elem.id === 'Simulation') {
|
||||||
|
childList[1] = elem;
|
||||||
} else {
|
} else {
|
||||||
childList[2] = elem;
|
childList[2] = elem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user