Browse Source

#3679 C1091 学生端--调整学生艺术测评作答页面

XW 6 months ago
parent
commit
1bec374a0c

+ 3 - 1
TEAMModelOS/ClientApp/src/components/student-web/EventView/EventContentTypeTemplate/PaperViewBox/ArtTestReport.vue

@@ -7,7 +7,7 @@
                 <div class="subject-box" v-for="item in artExam" :key="item.id">
                 <div class="subject-box" v-for="item in artExam" :key="item.id">
                     <p class="subject-title">{{ item.subject.name }}</p>
                     <p class="subject-title">{{ item.subject.name }}</p>
                     <div class="paper-answer" v-if="item.exam[0]">
                     <div class="paper-answer" v-if="item.exam[0]">
-                        <div class="title-rect-group">
+                        <div class="title-rect-group" v-if="false">
                             <h2 class="title-rect-name">
                             <h2 class="title-rect-name">
                                 {{ item.exam[0].quotaName }}
                                 {{ item.exam[0].quotaName }}
                                 <Icon custom="iconfont icon-yk_yuanquan_fill" size="25" color="#ccc" v-show="item.testState === 1" />
                                 <Icon custom="iconfont icon-yk_yuanquan_fill" size="25" color="#ccc" v-show="item.testState === 1" />
@@ -29,6 +29,8 @@
                                 <h4 v-show="item.testState === 2 || item.testState === 3" style="padding: 25px;">
                                 <h4 v-show="item.testState === 2 || item.testState === 3" style="padding: 25px;">
                                     <Icon type="md-checkmark-circle-outline" class="warm-icon" color="green" />
                                     <Icon type="md-checkmark-circle-outline" class="warm-icon" color="green" />
                                     {{ $t("studentWeb.exam.report.noRes") }}
                                     {{ $t("studentWeb.exam.report.noRes") }}
+                                    <!-- <Icon type="md-ribbon" size="50" color="#03966a" style="margin-left: 20px;" /> -->
+                                    <Icon type="md-thumbs-up" size="50" color="#03966a" style="margin-left: 20px;" />
                                 </h4>
                                 </h4>
                             </template>
                             </template>
                         </div>
                         </div>

+ 3 - 3
TEAMModelOS/ClientApp/src/components/student-web/EventView/EventContentTypeTemplate/PaperViewBox/ArtView.vue

@@ -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">