[测评系统]--前端(用户答题页面)
林致杰
2023-05-08 45a77fe0c60e45d9d83a7e785b46ec3a828297d3
src/views/exam/paper/guide.vue
@@ -1,8 +1,8 @@
<template>
  <div>
    <el-container class="app-item-contain">
      <el-header class="align-center" style="height: 50px;padding: 1%;">
        <H2 v-html="$t('guide')" v-if="formDo.questionTemplateId !== 'job'"></H2>
      <el-header class="align-center" style="height: 50px;padding: 1%;margin-top: 4%">
        <H2 v-html="$t('guide')" v-if="formDo.questionTemplateId !== 'job' || formDo.questionTemplateId !== 'values'"></H2>
      </el-header>
      <el-main style="padding-top:0%">
        <div v-html="formDo.guide"></div>
@@ -43,7 +43,7 @@
    },
    openExplain: function () {
      let _this = this
      window.open(_this.formDo.jobDescriptionFile);
      window.open(_this.formDo.jobDescriptionFile)
    }
  },
  computed: {