[测评系统]--前端(用户答题页面)
linzhijie
2023-05-15 b17abb6229752b7fa91a2ea621889150159f39e0
报告优化
1个文件已添加
3个文件已修改
13 ■■■■ 已修改文件
public/element-uilib.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/router.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/paper/career_interests.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/report/reportH5.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/element-uilib.zip
Binary files differ
src/router.js
@@ -159,7 +159,7 @@
      path: '/report/h5',
      component: () => import('@/views/report/reportH5'),
      name: 'reportH5',
      meta: { title: 'H5报告' }
      meta: { title: '个人反馈报告' }
    }
  ]
})
src/views/exam/paper/career_interests.vue
@@ -1,8 +1,8 @@
<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>
src/views/report/reportH5.vue
@@ -52,10 +52,10 @@
      </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>
@@ -73,7 +73,6 @@
  data () {
    return {
      tokenId: this.$route.query.tokenId,
      condition: true,
      data: {
        occ1L: '地质勘探工程技术人员(比如地质矿产调查工程技术人员)',
        occ3L: '矿山工程技术人员(比如选矿与矿物加工工程技术人员)',