Michael Wang 3 vuotta sitten
vanhempi
commit
a285e3ab0b

+ 1 - 1
src/features/allAnalysis/AllAnalysis2.vue

@@ -67,7 +67,7 @@ import ScoreRate from "./ScoreRate.vue";
 import ScoreFirstTryRate from "./ScoreFirstTryRate.vue";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 整体分析";
+store.currentLocation = "项目管理 / 项目列表 / 整体分析";
 
 let rootOrgId = $ref(undefined as unknown as number);
 let courseId = $ref(undefined as undefined | number);

+ 1 - 1
src/features/paperAnalysis/PaperAnalysis.vue

@@ -69,7 +69,7 @@ import QuestionDifficultyGroup from "./QuestionDifficultyGroup.vue";
 import QuestionTypeDifficulty from "./QuestionTypeDifficulty.vue";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 试卷分析";
+store.currentLocation = "项目管理 / 项目列表 / 试卷分析";
 
 let activeTab = $ref("1");
 

+ 1 - 1
src/features/projectDataManagement/ProjectDataManagement.vue

@@ -54,7 +54,7 @@ import { onMounted, computed } from "vue-demi";
 import { useRoute } from "vue-router";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 数据管理";
+store.currentLocation = "项目管理 / 项目列表 / 数据管理";
 
 let rootOrgId = $ref(undefined as unknown as number);
 

+ 1 - 1
src/features/projectManagement/ProjectManagement.vue

@@ -159,7 +159,7 @@ import { message, Modal } from "ant-design-vue";
 import { watch, onMounted, ref, reactive, toRaw } from "vue-demi";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表";
+store.currentLocation = "项目管理 / 项目列表";
 
 let rootOrgId = $ref(undefined as unknown as number);
 let name = $ref("");

+ 1 - 1
src/features/projectPapersManagement/ProjectPapersManagement.vue

@@ -57,7 +57,7 @@ import { getPaperList } from "@/api/paperManagementPage";
 import router from "@/router";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 试卷列表";
+store.currentLocation = "项目管理 / 项目列表 / 试卷列表";
 
 let rootOrgId = $ref(undefined as unknown as number);
 let courseId = $ref(undefined as undefined | number);

+ 1 - 1
src/features/projectParamsManagement/ProjectParamsManagement.vue

@@ -113,7 +113,7 @@ import { watch, onMounted, ref, reactive, toRaw } from "vue-demi";
 import { useRoute } from "vue-router";
 
 const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 参数配置";
+store.currentLocation = "项目管理 / 项目列表 / 参数配置";
 
 let rootOrgId = $ref(undefined as unknown as number);
 let courseId = $ref(undefined as undefined | number);