提交 95b9f265 编写于 作者: guangjun.yang's avatar guangjun.yang

考试次数不显示等

上级 6ab0c0cf
...@@ -71,18 +71,21 @@ ...@@ -71,18 +71,21 @@
<article v-show="(cIndex === 3) && (projectInfo.existExam == 1)"> <article v-show="(cIndex === 3) && (projectInfo.existExam == 1)">
<CommonCard :cardList="examCardList"></CommonCard> <CommonCard :cardList="examCardList"></CommonCard>
<CommonSplitLine></CommonSplitLine> <CommonSplitLine></CommonSplitLine>
<CommonTitle title="完成项目考试次数情况"></CommonTitle>
<ChartColumnVerticalTimes :dataList="(generalExamData.examTimesList || []).slice(0, 5)" id="chartCourseTimesId" :colors="colors"></ChartColumnVerticalTimes> <div v-if="projectInfo.containOfficialFlag">
<!-- <ShowAll v-show="generalExamData.examTimesList.length" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> --> <CommonTitle title="完成项目考试次数情况"></CommonTitle>
<ShowAll v-show="generalExamData && generalExamData.examTimesList.length > 5" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> <ChartColumnVerticalTimes :dataList="(generalExamData.examTimesList || []).slice(0, 5)" id="chartCourseTimesId" :colors="colors"></ChartColumnVerticalTimes>
<CommonSplitLine></CommonSplitLine> <!-- <ShowAll v-show="generalExamData.examTimesList.length" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> -->
<CommonTitle title="完成项目考试分数情况"></CommonTitle> <ShowAll v-show="generalExamData && generalExamData.examTimesList.length > 5" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll>
<ChartColumnVerticalScore id="chartCourseScoreId" :dataList="generalExamData.examScoreList"></ChartColumnVerticalScore> <CommonSplitLine></CommonSplitLine>
<ShowAll v-show="generalExamData.examScoreList & generalExamData.examScoreList.length > 5" @action="gotoPage('/examscore')" class="mt-10"></ShowAll> <CommonTitle title="完成项目考试分数情况"></CommonTitle>
<CommonSplitLine></CommonSplitLine> <ChartColumnVerticalScore id="chartCourseScoreId" :dataList="generalExamData.examScoreList"></ChartColumnVerticalScore>
<ShowAll v-show="generalExamData.examScoreList & generalExamData.examScoreList.length > 5" @action="gotoPage('/examscore')" class="mt-10"></ShowAll>
<CommonSplitLine></CommonSplitLine>
</div>
<CommonTitle title="考试列表"></CommonTitle> <CommonTitle title="考试列表"></CommonTitle>
<ExamList :dataList="examInfoList"></ExamList> <ExamList :dataList="examInfoList"></ExamList>
<CommonBottomInfo></CommonBottomInfo> <CommonBottomInfo :class="{'fixed-bottom-info': !projectInfo.containOfficialFlag && examInfoList < 10}"></CommonBottomInfo>
</article> </article>
<!-- 学习效果分析 --> <!-- 学习效果分析 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册