|
@@ -15,11 +15,11 @@ import {
|
|
|
import EvaluationDataComponent from './stepComponent/evaluationDataComponent/EvaluationDataComponent.vue';
|
|
import EvaluationDataComponent from './stepComponent/evaluationDataComponent/EvaluationDataComponent.vue';
|
|
|
import TeachingRelationshipComponent from './stepComponent/teachingRelationshipComponent/TeachingRelationshipComponent.vue';
|
|
import TeachingRelationshipComponent from './stepComponent/teachingRelationshipComponent/TeachingRelationshipComponent.vue';
|
|
|
import QuestionnaireTemplateComponent from './stepComponent/questionnaireTemplateComponent/QuestionnaireTemplateComponent.vue';
|
|
import QuestionnaireTemplateComponent from './stepComponent/questionnaireTemplateComponent/QuestionnaireTemplateComponent.vue';
|
|
|
-import Step4Component from './stepComponent/step4Component/Step4Component.vue';
|
|
|
|
|
-import GenerateReviewCode from './stepComponent/step4Component/GenerateReviewCode.vue';
|
|
|
|
|
-import Step5Component from './stepComponent/step5Component/Step5Component.vue';
|
|
|
|
|
-import Step6Component from './stepComponent/step6Component/Step6Component.vue';
|
|
|
|
|
-import Step7Component from './stepComponent/step7Component/Step7Component.vue';
|
|
|
|
|
|
|
+import ReviewAccountComponent from './stepComponent/reviewAccountComponent/ReviewAccountComponent.vue';
|
|
|
|
|
+import GenerateReviewCode from './stepComponent/reviewAccountComponent/GenerateReviewCode.vue';
|
|
|
|
|
+import ParameterSettingComponent from './stepComponent/parameterSettingComponent/ParameterSettingComponent.vue';
|
|
|
|
|
+import EvaluationProgressComponent from './stepComponent/evaluationProgressComponent/EvaluationProgressComponent.vue';
|
|
|
|
|
+import GenerateAnalysisComponent from './stepComponent/generateAnalysisComponent/GenerateAnalysisComponent.vue';
|
|
|
|
|
|
|
|
const evaluationManageData = inject('commonStepData');
|
|
const evaluationManageData = inject('commonStepData');
|
|
|
|
|
|
|
@@ -36,15 +36,15 @@ const curentComponent = computed(()=>{
|
|
|
case 'questionnaireTemplate':
|
|
case 'questionnaireTemplate':
|
|
|
return QuestionnaireTemplateComponent
|
|
return QuestionnaireTemplateComponent
|
|
|
case 'reviewAccount':
|
|
case 'reviewAccount':
|
|
|
- return Step4Component
|
|
|
|
|
|
|
+ return ReviewAccountComponent
|
|
|
case 'generateReviewCode':
|
|
case 'generateReviewCode':
|
|
|
return GenerateReviewCode
|
|
return GenerateReviewCode
|
|
|
case 'parameterSetting':
|
|
case 'parameterSetting':
|
|
|
- return Step5Component
|
|
|
|
|
|
|
+ return ParameterSettingComponent
|
|
|
case 'evaluationProgress':
|
|
case 'evaluationProgress':
|
|
|
- return Step6Component
|
|
|
|
|
|
|
+ return EvaluationProgressComponent
|
|
|
case 'generateAnalysis':
|
|
case 'generateAnalysis':
|
|
|
- return Step7Component
|
|
|
|
|
|
|
+ return GenerateAnalysisComponent
|
|
|
default:
|
|
default:
|
|
|
router.replace('/login')
|
|
router.replace('/login')
|
|
|
break
|
|
break
|