| | |
| | | nextPartInfo: 'Please wait, please do not close the browser...', |
| | | partRemailTime: 'Remaining Time:', |
| | | finishIntelligenceInfo: 'You have completed the cognitive ability test questionnaire, the data has been successfully uploaded to the server, and has been saved. Thank you.', |
| | | finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. Thank you.', |
| | | finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. ', |
| | | finishPersonalityDownInfo: 'You may click the red button below to download your test report.', |
| | | langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ', |
| | | langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.' |
| | | } |
| | |
| | | nextPartInfo: 'Please wait, please do not close the browser...', |
| | | partRemailTime: 'Remaining Time:', |
| | | finishIntelligenceInfo: 'You have completed the cognitive ability test questionnaire, the data has been successfully uploaded to the server, and has been saved. Thank you.', |
| | | finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. Thank you.', |
| | | finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. ', |
| | | finishPersonalityDownInfo: 'You may click the red button below to download your test report.', |
| | | langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ', |
| | | langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.' |
| | | } |
| | |
| | | nextPartInfo: '请稍等,请不要关闭浏览器...', |
| | | partRemailTime: '剩余时间:', |
| | | finishIntelligenceInfo: '您已经完成了认知能力测试问卷,数据已经成功的上传至服务器,并已经保存好。谢谢。', |
| | | finishPersonalityInfo: '您已经完成了人格测试问卷,数据已经成功的上传至服务器,并已经保存好。谢谢。', |
| | | finishPersonalityInfo: '您已经完成了人格测试问卷,数据已经成功的上传至服务器,并已经保存好。', |
| | | finishPersonalityDownInfo: '您可以点击下面红色按钮下载您的结果报告。', |
| | | langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ', |
| | | langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.' |
| | | } |
| | |
| | | <el-main class="align-center"> |
| | | <H1 v-if="content!==null && content.trim()!==''">{{content}}</H1> |
| | | <H1 v-else>{{$t('finishMsg')}}</H1> |
| | | <!-- 新增下载报告提示语 --> |
| | | <H1 v-if ="downDisable">{{$t('finishPersonalityDownInfo')}}</H1> |
| | | <el-button type="danger" v-if ="downDisable" @click="downReport" round>{{$t('down')}}</el-button> |
| | | </el-main> |
| | | </el-container> |