| | |
| | | path: '/report/h5', |
| | | component: () => import('@/views/report/reportH5'), |
| | | name: 'reportH5', |
| | | meta: { title: 'H5报告' } |
| | | meta: { title: '个人反馈报告' } |
| | | } |
| | | ] |
| | | }) |
| | |
| | | <template> |
| | | <div> |
| | | <el-container class="app-item-contain"> |
| | | <el-header class="align-center" v-if="guide"> |
| | | <h1></h1> |
| | | <el-container class="app-item-contain is-vertical"> |
| | | <el-header class="align-center" v-if="guide" style="height: 50px;padding: 1%;margin-top: 4%"> |
| | | <H2 v-html="$t('guide')"></H2> |
| | | </el-header> |
| | | <el-main style="padding-top: 3%;"> |
| | | <div v-html="guideDescirption" v-if="guide" :style="ismobile?'padding-top: 2%;margin-top: 5%;':'padding-top: 2%;margin: 0 auto;width:66%'"></div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="report"> |
| | | <div v-if="data.condition != null"> |
| | | <div v-if="data.condition != null && data.condition != ''"> |
| | | <el-image :src="require('@/assets/report/page4.png')"></el-image> |
| | | </div> |
| | | <div v-if="data.condition == null"> |
| | | <div v-if="data.condition == null || data.condition == ''"> |
| | | <el-image :src="require('@/assets/report/page4-1.png')"></el-image> |
| | | </div> |
| | | </div> |
| | |
| | | data () { |
| | | return { |
| | | tokenId: this.$route.query.tokenId, |
| | | condition: true, |
| | | data: { |
| | | occ1L: '地质勘探工程技术人员(比如地质矿产调查工程技术人员)', |
| | | occ3L: '矿山工程技术人员(比如选矿与矿物加工工程技术人员)', |