|
@@ -67,6 +67,7 @@ import mtcIcon from "@/assets/img/home/mtc_icon.png";
|
|
|
import markIcon from "@/assets/img/home/mark_icon.png";
|
|
|
import sanliIcon from "@/assets/img/home/sanli_icon.png";
|
|
|
import outIcon from "@/assets/img/home/out_icon.png";
|
|
|
+import scoreIcon from "@/assets/img/home/score_icon.png";
|
|
|
export default defineComponent({
|
|
|
setup() {
|
|
|
const state = reactive({
|
|
@@ -226,6 +227,14 @@ export default defineComponent({
|
|
|
isOpen: false,
|
|
|
isSelect: false,
|
|
|
path: "/home/markLine",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: "考试成绩",
|
|
|
+ icon: scoreIcon,
|
|
|
+ children: [],
|
|
|
+ isOpen: false,
|
|
|
+ isSelect: false,
|
|
|
+ path: "/home/scoreList",
|
|
|
},
|
|
|
{
|
|
|
text: "安全退出",
|