|
@@ -3,7 +3,7 @@
|
|
<template v-if="hwInfo">
|
|
<template v-if="hwInfo">
|
|
<!-- <div v-for="(hw, index) in hwList" :key="index"> -->
|
|
<!-- <div v-for="(hw, index) in hwList" :key="index"> -->
|
|
<div class="title-rect-group">
|
|
<div class="title-rect-group">
|
|
- <h2 class="title-rect-name">
|
|
|
|
|
|
+ <h2 class="title-rect-name" v-if="false">
|
|
{{ hwInfo.quotaId === 'quota_22' ? '演唱测验' : hwInfo.quotaName }}
|
|
{{ hwInfo.quotaId === 'quota_22' ? '演唱测验' : hwInfo.quotaName }}
|
|
<Icon custom="iconfont icon-yk_yuanquan_fill" size="25" color="#ccc" v-show="!hwInfo.isAnswer" />
|
|
<Icon custom="iconfont icon-yk_yuanquan_fill" size="25" color="#ccc" v-show="!hwInfo.isAnswer" />
|
|
<Icon custom="iconfont icon-duigouxiao" color="#1aba1a" size="25" v-show="hwInfo.isAnswer" />
|
|
<Icon custom="iconfont icon-duigouxiao" color="#1aba1a" size="25" v-show="hwInfo.isAnswer" />
|
|
@@ -11,8 +11,8 @@
|
|
</div>
|
|
</div>
|
|
<!-- 音乐、基本技能 => 智音答题 -->
|
|
<!-- 音乐、基本技能 => 智音答题 -->
|
|
<template v-if="hwInfo.subject === 'subject_music' && hwInfo.quotaId === 'quota_22'">
|
|
<template v-if="hwInfo.subject === 'subject_music' && hwInfo.quotaId === 'quota_22'">
|
|
- <p class="head-box">{{ $t('learnActivity.mark.quLabel') }}:{{ hwInfo.musicNm }}</p>
|
|
|
|
- <p class="head-box">{{ $t("learnActivity.createEv.endTime") }}:{{ hwInfo.workEnd }}</p>
|
|
|
|
|
|
+ <p class="head-box" v-if="false">{{ $t('learnActivity.mark.quLabel') }}:{{ hwInfo.musicNm }}</p>
|
|
|
|
+ <p class="head-box" v-if="false">{{ $t("learnActivity.createEv.endTime") }}:{{ hwInfo.workEnd }}</p>
|
|
<!-- <p class="head-box">{{ $t("studentWeb.exam.answer2") }}:
|
|
<!-- <p class="head-box">{{ $t("studentWeb.exam.answer2") }}:
|
|
<span v-if="hwInfo.overTime && !hwInfo.isAnswer">{{ $t("survey.finish") }}</span>
|
|
<span v-if="hwInfo.overTime && !hwInfo.isAnswer">{{ $t("survey.finish") }}</span>
|
|
<span v-else-if="hwInfo.isAnswer">
|
|
<span v-else-if="hwInfo.isAnswer">
|