|
@@ -41,6 +41,11 @@
|
|
|
<p style="font-size: 30px;color:#00ad6c;font-weight: 600; margin:20px;">{{ $t('survey.studentWeb.already') }}</p>
|
|
|
</div>
|
|
|
|
|
|
+ <div v-if="!alreadyAnswered && surveyInfo.progress === 'finish'" style="text-align: center;padding-top: 15%;">
|
|
|
+ <Icon type="md-stopwatch" color="#00ad6c" size="80"/>
|
|
|
+ <p style="font-size: 30px;color:#00ad6c;font-weight: 600; margin:20px;">{{ $t('survey.studentWeb.overtime') }}</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
|
|
|
<!--問卷完成後,在時間結束前仍可修改答案再提交-->
|
|
|
<div v-if="surveyInfo.progress !== 'finish' && !alreadyAnswered">
|