| | |
| | | <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> |
| | |
| | | }, |
| | | openExplain: function () { |
| | | let _this = this |
| | | window.open(_this.formDo.jobDescriptionFile); |
| | | window.open(_this.formDo.jobDescriptionFile) |
| | | } |
| | | }, |
| | | computed: { |