Merge branch 'master' of http://git.scdxtc.com/tangyi/zycp-demo
commit
44c6613af2
|
@ -10,6 +10,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.26.0",
|
"axios": "^0.26.0",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
|
"echarts": "^5.3.0",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
"vue-axios": "^3.4.1",
|
"vue-axios": "^3.4.1",
|
||||||
"vue-router": "^3.2.0"
|
"vue-router": "^3.2.0"
|
||||||
|
@ -5588,6 +5589,20 @@
|
||||||
"safer-buffer": "^2.1.0"
|
"safer-buffer": "^2.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/echarts": {
|
||||||
|
"version": "5.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.3.0.tgz",
|
||||||
|
"integrity": "sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.3.0",
|
||||||
|
"zrender": "5.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/echarts/node_modules/tslib": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
|
||||||
|
},
|
||||||
"node_modules/ee-first": {
|
"node_modules/ee-first": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
||||||
|
@ -14918,6 +14933,19 @@
|
||||||
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
|
||||||
"integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
|
"integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
|
},
|
||||||
|
"node_modules/zrender": {
|
||||||
|
"version": "5.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.3.0.tgz",
|
||||||
|
"integrity": "sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "2.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/zrender/node_modules/tslib": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -19387,6 +19415,22 @@
|
||||||
"safer-buffer": "^2.1.0"
|
"safer-buffer": "^2.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"echarts": {
|
||||||
|
"version": "5.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.3.0.tgz",
|
||||||
|
"integrity": "sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ==",
|
||||||
|
"requires": {
|
||||||
|
"tslib": "2.3.0",
|
||||||
|
"zrender": "5.3.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ee-first": {
|
"ee-first": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
||||||
|
@ -27130,6 +27174,21 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"zrender": {
|
||||||
|
"version": "5.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.3.0.tgz",
|
||||||
|
"integrity": "sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ==",
|
||||||
|
"requires": {
|
||||||
|
"tslib": "2.3.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.26.0",
|
"axios": "^0.26.0",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
|
"echarts": "^5.3.0",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
"vue-axios": "^3.4.1",
|
"vue-axios": "^3.4.1",
|
||||||
"vue-router": "^3.2.0"
|
"vue-router": "^3.2.0"
|
||||||
|
|
|
@ -3,6 +3,7 @@ import axios from 'axios'
|
||||||
import VueAxios from 'vue-axios'
|
import VueAxios from 'vue-axios'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import router from './router'
|
import router from './router'
|
||||||
|
|
||||||
// Vue.config.productionTip = false
|
// Vue.config.productionTip = false
|
||||||
Vue.prototype.host = 'https://ypzy.emingren.com'
|
Vue.prototype.host = 'https://ypzy.emingren.com'
|
||||||
Vue.prototype.HOME = '/api'
|
Vue.prototype.HOME = '/api'
|
||||||
|
@ -11,8 +12,7 @@ Vue.prototype.HOME = '/api'
|
||||||
axios.interceptors.request.use(config => {
|
axios.interceptors.request.use(config => {
|
||||||
if (config.url!="/api/api/user/login-by-Phone"&&config.url!="/api/api/common/send-sms-captcha") {
|
if (config.url!="/api/api/user/login-by-Phone"&&config.url!="/api/api/common/send-sms-captcha") {
|
||||||
if (!localStorage.userData) {
|
if (!localStorage.userData) {
|
||||||
window.alert("请登陆")
|
router.replace('/login');
|
||||||
router.replace('/');
|
|
||||||
return config
|
return config
|
||||||
}else{
|
}else{
|
||||||
config.headers.Authorization = "Bearer "+JSON.parse(localStorage.userData).token
|
config.headers.Authorization = "Bearer "+JSON.parse(localStorage.userData).token
|
||||||
|
|
|
@ -33,6 +33,11 @@ Vue.use(VueRouter)
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
|
name: 'start',
|
||||||
|
component: start
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/login',
|
||||||
name: 'login',
|
name: 'login',
|
||||||
component: login
|
component: login
|
||||||
},
|
},
|
||||||
|
@ -46,11 +51,7 @@ const routes = [
|
||||||
name: 'verification',
|
name: 'verification',
|
||||||
component: verification
|
component: verification
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/start',
|
|
||||||
name: 'start',
|
|
||||||
component: start
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/expert',
|
path: '/expert',
|
||||||
name: 'expert',
|
name: 'expert',
|
||||||
|
|
|
@ -39,6 +39,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
isScrollTop: false,
|
isScrollTop: false,
|
||||||
lastquestions: [],
|
lastquestions: [],
|
||||||
|
stateBtn: true,
|
||||||
num: 0,
|
num: 0,
|
||||||
optionsData: [],
|
optionsData: [],
|
||||||
};
|
};
|
||||||
|
@ -92,6 +93,8 @@ export default {
|
||||||
},
|
},
|
||||||
setQuestionEV(key) {
|
setQuestionEV(key) {
|
||||||
let that = this;
|
let that = this;
|
||||||
|
if (this.stateBtn) {
|
||||||
|
this.stateBtn = false;
|
||||||
this.axios
|
this.axios
|
||||||
.post(this.HOME + "/api/evaluation/answer-question", {
|
.post(this.HOME + "/api/evaluation/answer-question", {
|
||||||
id: this.lastquestions.list[this.num].id,
|
id: this.lastquestions.list[this.num].id,
|
||||||
|
@ -99,13 +102,15 @@ export default {
|
||||||
})
|
})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
that.num++;
|
that.num++;
|
||||||
|
that.stateBtn = true;
|
||||||
if (that.num >= 117) {
|
if (that.num >= 117) {
|
||||||
console.log(that.num)
|
console.log(that.num);
|
||||||
that.$router.push({
|
that.$router.push({
|
||||||
path: "/ucenter",
|
path: "/ucenter",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
destroyed() {
|
destroyed() {
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
window.removeEventListener("scroll", this.eventScrollTop);
|
||||||
|
|
|
@ -1,41 +1,57 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="content bind-content">
|
<div class="content bind-content">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<div :class="{'header':true,'scroll white':isScrollTop,'white':true}">
|
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||||
<div class="back" @click="$router.go(-1)"><img src="../../../assets/images/home/expert/back.png" alt=""></div>
|
<div class="back" @click="$router.go(-1)">
|
||||||
|
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||||
|
</div>
|
||||||
<div class="header-title">意见与反馈</div>
|
<div class="header-title">意见与反馈</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-bg pull-content">
|
<div class="info-bg pull-content">
|
||||||
<div class="feedback-msg">
|
<div class="feedback-msg">
|
||||||
<textarea rows="" cols="" placeholder="请输入您反馈的内容"></textarea>
|
<textarea v-model="content" rows="" cols="" placeholder="请输入您反馈的内容"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bind-btn">提交</div>
|
<div @click="btnFeedback()" class="bind-btn">提交</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "feedback",
|
name: "feedback",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isScrollTop: false,
|
isScrollTop: false,
|
||||||
}
|
content: "",
|
||||||
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop);
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {},
|
||||||
|
computed: {},
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
|
btnFeedback() {
|
||||||
|
if (this.content == "") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.axios
|
||||||
|
.post(
|
||||||
|
this.HOME + "/api/consumer/submit-feedback",
|
||||||
|
{ content: this.content },
|
||||||
|
)
|
||||||
|
.then(function (res) {
|
||||||
|
window.alert(res.data.msg)
|
||||||
|
})
|
||||||
|
.catch(function (error) {
|
||||||
|
console.log(error);
|
||||||
|
});
|
||||||
|
},
|
||||||
// 滚动改变样式
|
// 滚动改变样式
|
||||||
eventScrollTop() {
|
eventScrollTop() {
|
||||||
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
|
let scrollTop =
|
||||||
|
document.body.scrollTop || document.documentElement.scrollTop;
|
||||||
if (scrollTop >= 5) {
|
if (scrollTop >= 5) {
|
||||||
if (this.isScroll) {
|
if (this.isScroll) {
|
||||||
this.isScroll = false;
|
this.isScroll = false;
|
||||||
|
@ -47,7 +63,7 @@
|
||||||
this.isScrollTop = false;
|
this.isScrollTop = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
destroyed() {
|
destroyed() {
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
window.removeEventListener("scroll", this.eventScrollTop);
|
||||||
|
@ -55,15 +71,14 @@
|
||||||
//keep-alive进入时触发
|
//keep-alive进入时触发
|
||||||
activated() {
|
activated() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop)
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
},
|
},
|
||||||
//keep-alive离开时触发
|
//keep-alive离开时触发
|
||||||
deactivated() {
|
deactivated() {
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
window.removeEventListener("scroll", this.eventScrollTop);
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
|
@ -1,14 +1,25 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="content bind-content">
|
<div class="content bind-content">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<div :class="{'header':true,'scroll white':isScrollTop,'white':true}">
|
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||||
<div class="back" @click="$router.go(-1)"><img src="../../../assets/images/home/expert/back.png" alt=""></div>
|
<div class="back" @click="$router.go(-1)">
|
||||||
|
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||||
|
</div>
|
||||||
<div class="header-title">个人信息</div>
|
<div class="header-title">个人信息</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-bg pull-content">
|
<div class="info-bg pull-content">
|
||||||
<ul class="phone-info">
|
<ul class="phone-info">
|
||||||
<li><span>头像</span><p><img src="../../../assets/images/user/photo.png"></p></li>
|
<li>
|
||||||
<li><span>昵称</span><input type="text" value="" placeholder="请输入昵称"/></li>
|
<span>头像</span>
|
||||||
|
<p class="ps">
|
||||||
|
<input class="inputB" @change="imgIny($event)" type="file" />
|
||||||
|
<img src="../../../assets/images/user/photo.png" />
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>昵称</span
|
||||||
|
><input type="text" value="" placeholder="请输入昵称" />
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="bind-btn">提交</div>
|
<div class="bind-btn">提交</div>
|
||||||
|
@ -16,27 +27,43 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "info",
|
name: "info",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isScrollTop: false,
|
isScrollTop: false,
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop);
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {},
|
||||||
|
computed: {},
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
|
imgIny(e) {
|
||||||
|
const files = e.target.files;
|
||||||
|
console.log(files[0]);
|
||||||
|
console.log({ image: files[0] });
|
||||||
|
var fromdata = new FormData();
|
||||||
|
fromdata.append("image", files[0]);
|
||||||
|
this.axios
|
||||||
|
.post(this.HOME + "/api/file/upload/image", fromdata, {
|
||||||
|
headers: {
|
||||||
|
"Content-Type": "multipart/form-data",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then(function (res) {
|
||||||
|
console.log(res);
|
||||||
|
})
|
||||||
|
.catch(function (error) {
|
||||||
|
console.log(error);
|
||||||
|
});
|
||||||
|
},
|
||||||
// 滚动改变样式
|
// 滚动改变样式
|
||||||
eventScrollTop() {
|
eventScrollTop() {
|
||||||
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
|
let scrollTop =
|
||||||
|
document.body.scrollTop || document.documentElement.scrollTop;
|
||||||
if (scrollTop >= 5) {
|
if (scrollTop >= 5) {
|
||||||
if (this.isScroll) {
|
if (this.isScroll) {
|
||||||
this.isScroll = false;
|
this.isScroll = false;
|
||||||
|
@ -48,23 +75,22 @@
|
||||||
this.isScrollTop = false;
|
this.isScrollTop = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
destroyed() {
|
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
|
||||||
},
|
},
|
||||||
//keep-alive进入时触发
|
};
|
||||||
activated() {
|
|
||||||
this.isScroll = true;
|
|
||||||
window.addEventListener("scroll", this.eventScrollTop)
|
|
||||||
},
|
|
||||||
//keep-alive离开时触发
|
|
||||||
deactivated() {
|
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.inputB {
|
||||||
|
width: 1.1rem;
|
||||||
|
height: 1.1rem;
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
z-index: 5;
|
||||||
|
top: 0px;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
.ps {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
|
@ -1,170 +1,203 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="content my-content">
|
<div class="content my-content">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<div :class="{'header':true,'scroll white':isScrollTop,'white':true}">
|
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||||
<div class="back" @click="$router.go(-1)"><img src="../../../assets/images/home/expert/back.png" alt=""></div>
|
<div class="back" @click="$router.go(-1)">
|
||||||
|
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||||
|
</div>
|
||||||
<div class="header-title">我的报告</div>
|
<div class="header-title">我的报告</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="report pull-content">
|
<div class="report pull-content">
|
||||||
<ul class="report-nav">
|
<ul class="report-nav">
|
||||||
<li :class="{'active':isShow}" @click="isShow=!isShow">
|
<li :class="{ active: isShow }" @click="isShow = !isShow">
|
||||||
个性特质分析
|
个性特质分析
|
||||||
</li>
|
</li>
|
||||||
<li :class="{'active':!isShow}" @click="isShow=!isShow">
|
<li :class="{ active: !isShow }" @click="isShow = !isShow">
|
||||||
专业类匹配度
|
专业类匹配度
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="report-item-all">
|
<div class="report-item-all">
|
||||||
<div class="report-item" v-show="isShow">
|
<div class="report-item" v-show="isShow">
|
||||||
<div class="report-relation">
|
<div class="report-relation">
|
||||||
<span>赵四</span>
|
<span>{{ evaluationData.student.student_name }}</span>
|
||||||
<span>四川</span>
|
<span>{{ evaluationData.student.student_native_str }}</span>
|
||||||
<span v-show="roleTType == 'student'">考生测评</span>
|
<span v-show="evaluationData.evaluation.role_type == 'student'"
|
||||||
<span v-show="roleTType == 'parents'">亲属测评</span>
|
>考生测评</span
|
||||||
<span>2022-02-28 15:25</span>
|
>
|
||||||
</div>
|
<span v-show="evaluationData.evaluation.role_type == 'parents'"
|
||||||
<div class="report-box1 report-box">
|
>亲属测评</span
|
||||||
<div class="report-title">
|
>
|
||||||
一、职业价值观
|
<span>{{ evaluationData.student.done_at }}</span>
|
||||||
<!-- 一、{{baseList1.summary}} -->
|
|
||||||
</div>
|
|
||||||
<span class="report-h2">
|
|
||||||
报告人的职业价值观趋向管理型和创造型
|
|
||||||
<!-- {{baseList1.reportspanList.summary}} -->
|
|
||||||
</span>
|
|
||||||
<span class="txt2">
|
|
||||||
报告人的职业价值观关键词:运筹帷幄、推陈出新
|
|
||||||
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
|
||||||
</span>
|
|
||||||
<span class="report-h3">
|
|
||||||
你最适合的职业类型是升迁到组织中更高的管理职位,进入管理层或者成为总经理。这样能够整合其他人的工作,并对组织中某项工作的绩效承担责任。;你最适合的职业类型是能凭借自己的能力和冒险愿望扫除障碍的创业型企业。一旦你认为时机成熟,就会尽快开始自己的创业历程。你希望自己的企业有非常高的现金收入,以证明你的能力。。
|
|
||||||
<!-- {{baseList1.reportspanList.description}} -->
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div class="report-box2 report-box">
|
|
||||||
<div class="report-title">
|
|
||||||
一、职业价值观
|
|
||||||
<!-- 一、{{baseList1.summary}} -->
|
|
||||||
</div>
|
|
||||||
<span class="report-h2">
|
|
||||||
报告人的职业价值观趋向管理型和创造型
|
|
||||||
<!-- {{baseList1.reportspanList.summary}} -->
|
|
||||||
</span>
|
|
||||||
<span class="txt2">
|
|
||||||
报告人的职业价值观关键词:运筹帷幄、推陈出新
|
|
||||||
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
|
||||||
</span>
|
|
||||||
<span class="report-h3">
|
|
||||||
你最适合的职业类型是升迁到组织中更高的管理职位,进入管理层或者成为总经理。这样能够整合其他人的工作,并对组织中某项工作的绩效承担责任。;你最适合的职业类型是能凭借自己的能力和冒险愿望扫除障碍的创业型企业。一旦你认为时机成熟,就会尽快开始自己的创业历程。你希望自己的企业有非常高的现金收入,以证明你的能力。。
|
|
||||||
<!-- {{baseList1.reportspanList.description}} -->
|
|
||||||
</span>
|
|
||||||
<!-- <div class="report-img">
|
|
||||||
<div style="height:600rpx" a:if="{{twobiao}}">
|
|
||||||
<f2 onInit="onInitChart2"></f2>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="report-box3 report-box">
|
<div class="report-box3 report-box">
|
||||||
<div class="report-title">
|
<div class="report-title">
|
||||||
一、职业价值观
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_concept.name
|
||||||
|
}}
|
||||||
<!-- 一、{{baseList1.summary}} -->
|
<!-- 一、{{baseList1.summary}} -->
|
||||||
</div>
|
</div>
|
||||||
<span class="report-h2">
|
<span class="report-h2">
|
||||||
报告人的职业价值观趋向管理型和创造型
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportTextList.summary
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.summary}} -->
|
<!-- {{baseList1.reportspanList.summary}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="txt2">
|
<span class="txt2">
|
||||||
报告人的职业价值观关键词:运筹帷幄、推陈出新
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportTextList.keywords_text
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="report-h3">
|
<span class="report-h3">
|
||||||
你最适合的职业类型是升迁到组织中更高的管理职位,进入管理层或者成为总经理。这样能够整合其他人的工作,并对组织中某项工作的绩效承担责任。;你最适合的职业类型是能凭借自己的能力和冒险愿望扫除障碍的创业型企业。一旦你认为时机成熟,就会尽快开始自己的创业历程。你希望自己的企业有非常高的现金收入,以证明你的能力。。
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportTextList.description
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.description}} -->
|
<!-- {{baseList1.reportspanList.description}} -->
|
||||||
</span>
|
</span>
|
||||||
<!-- <div class="report-img">
|
<div id="intellect" ref="profession_concept"></div>
|
||||||
<div style="height:600rpx">
|
|
||||||
<f2 onInit="onInitChartLei"></f2>
|
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
<div class="report-box1 report-box">
|
||||||
|
<div class="report-title">
|
||||||
|
{{ evaluationData.evaluation.report.base.intellect.name }}
|
||||||
|
<!-- 一、{{baseList1.summary}} -->
|
||||||
</div>
|
</div>
|
||||||
|
<span class="report-h2">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.intellect.reportTextList
|
||||||
|
.summary
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.summary}} -->
|
||||||
|
</span>
|
||||||
|
<span class="txt2">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.intellect.reportTextList
|
||||||
|
.keywords_text
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
||||||
|
</span>
|
||||||
|
<span class="report-h3">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.intellect.reportTextList
|
||||||
|
.description
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.description}} -->
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<div id="intellect" ref="intellect"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="report-box4 report-box">
|
<div class="report-box4 report-box">
|
||||||
<div class="report-title">
|
<div class="report-title">
|
||||||
一、职业价值观
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_interest.name
|
||||||
|
}}
|
||||||
<!-- 一、{{baseList1.summary}} -->
|
<!-- 一、{{baseList1.summary}} -->
|
||||||
</div>
|
</div>
|
||||||
<span class="report-h2">
|
<span class="report-h2">
|
||||||
报告人的职业价值观趋向管理型和创造型
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_interest
|
||||||
|
.reportTextList.summary
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.summary}} -->
|
<!-- {{baseList1.reportspanList.summary}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="txt2">
|
<span class="txt2">
|
||||||
报告人的职业价值观关键词:运筹帷幄、推陈出新
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_interest
|
||||||
|
.reportTextList.keywords_text
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="report-h3">
|
<span class="report-h3">
|
||||||
你最适合的职业类型是升迁到组织中更高的管理职位,进入管理层或者成为总经理。这样能够整合其他人的工作,并对组织中某项工作的绩效承担责任。;你最适合的职业类型是能凭借自己的能力和冒险愿望扫除障碍的创业型企业。一旦你认为时机成熟,就会尽快开始自己的创业历程。你希望自己的企业有非常高的现金收入,以证明你的能力。。
|
{{
|
||||||
|
evaluationData.evaluation.report.base.profession_interest
|
||||||
|
.reportTextList.description
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.description}} -->
|
<!-- {{baseList1.reportspanList.description}} -->
|
||||||
</span>
|
</span>
|
||||||
<!-- <div class="report-img">
|
<div id="intellect" ref="profession_interest"></div>
|
||||||
<div class="item-k">
|
</div>
|
||||||
<div>{{dataList4[0][0].value}}</div>
|
<div class="report-box2 report-box">
|
||||||
<div><span style="width:{{leftNei}}" a:if="{{leftNei>rightNei}}"></span></div>
|
<div class="report-title">
|
||||||
<div><span style="width:{{rightNei}}" a:if="{{leftNei<rightNei}}"></span></div>
|
{{ evaluationData.evaluation.report.base.mbti_character.name }}
|
||||||
<div>{{dataList4[0][1].value}}</div>
|
<!-- 一、{{baseList1.summary}} -->
|
||||||
|
</div>
|
||||||
|
<span class="report-h2">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.mbti_character
|
||||||
|
.reportTextList.summary
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.summary}} -->
|
||||||
|
</span>
|
||||||
|
<span class="txt2">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.mbti_character
|
||||||
|
.reportTextList.keywords_text
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
||||||
|
</span>
|
||||||
|
<span class="report-h3">
|
||||||
|
{{
|
||||||
|
evaluationData.evaluation.report.base.mbti_character
|
||||||
|
.reportTextList.description
|
||||||
|
}}
|
||||||
|
<!-- {{baseList1.reportspanList.description}} -->
|
||||||
|
</span>
|
||||||
|
<dir class="report-box4-ex">
|
||||||
|
<div v-for="item in arrData" :key="item">
|
||||||
|
<p>{{item.A.factor_name}}</p>
|
||||||
|
<div class="content-ex">
|
||||||
|
<div>
|
||||||
|
<p
|
||||||
|
:style="{
|
||||||
|
width: proportion(item.A.avg_score, (item.A.avg_score-0)+(item.B.avg_score-0)),
|
||||||
|
}"
|
||||||
|
v-if="(item.A.avg_score-0)>=(item.B.avg_score-0)"
|
||||||
|
></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<p
|
||||||
|
v-if="(item.A.avg_score-0)<=(item.B.avg_score-0)"
|
||||||
|
:style="{
|
||||||
|
width: proportion(item.B.avg_score, (item.A.avg_score-0)+(item.B.avg_score-0)),
|
||||||
|
}"></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="report-img">
|
<p>{{item.B.factor_name}}</p>
|
||||||
<div class="item-k">
|
|
||||||
<div>{{dataList4[1][0].value}}</div>
|
|
||||||
<div><span style="width:{{twoLeftNei}}" a:if="{{twoLeftNei>twoRightNei}}"></span>
|
|
||||||
</div>
|
</div>
|
||||||
<div><span style="width:{{twoRightNei}}" a:if="{{twoLeftNei<twoRightNei}}"></span>
|
</dir>
|
||||||
</div>
|
|
||||||
<div>{{dataList4[1][1].value}}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="report-img">
|
|
||||||
<div class="item-k">
|
|
||||||
<div>{{dataList4[2][0].value}}</div>
|
|
||||||
<div><span style="width:{{threeLeftNei}}"
|
|
||||||
a:if="{{threeLeftNei>threeRightNei}}"></span></div>
|
|
||||||
<div><span style="width:{{threeRightNei}}"
|
|
||||||
a:if="{{threeLeftNei<threeRightNei}}"></span></div>
|
|
||||||
<div>{{dataList4[2][1].value}}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="report-img">
|
|
||||||
<div class="item-k">
|
|
||||||
<div>{{dataList4[3][0].value}}</div>
|
|
||||||
<div><span style="width:{{fourLeftNei}}" a:if="{{fourLeftNei>fourRightNei}}"></span>
|
|
||||||
</div>
|
|
||||||
<div><span style="width:{{fourRightNei}}"
|
|
||||||
a:if="{{fourLeftNei<fourRightNei}}"></span></div>
|
|
||||||
<div>{{dataList4[3][1].value}}</div>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="report-box5 report-box">
|
<div class="report-box5 report-box">
|
||||||
<div class="report-title">
|
<div class="report-title">
|
||||||
一、职业价值观
|
{{ evaluationData.evaluation.report.base.subjects.name }}
|
||||||
<!-- 一、{{baseList1.summary}} -->
|
<!-- 一、{{baseList1.summary}} -->
|
||||||
</div>
|
</div>
|
||||||
<span class="report-h2">
|
<span class="report-h2">
|
||||||
报告人的职业价值观趋向管理型和创造型
|
{{
|
||||||
|
evaluationData.evaluation.report.base.subjects.reportTextList
|
||||||
|
.summary
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.summary}} -->
|
<!-- {{baseList1.reportspanList.summary}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="txt2">
|
<span class="txt2">
|
||||||
报告人的职业价值观关键词:运筹帷幄、推陈出新
|
{{
|
||||||
|
evaluationData.evaluation.report.base.subjects.reportTextList
|
||||||
|
.keywords_text
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
<!-- {{baseList1.reportspanList.keywords_span}} -->
|
||||||
</span>
|
</span>
|
||||||
<span class="report-h3">
|
<span class="report-h3">
|
||||||
你最适合的职业类型是升迁到组织中更高的管理职位,进入管理层或者成为总经理。这样能够整合其他人的工作,并对组织中某项工作的绩效承担责任。;你最适合的职业类型是能凭借自己的能力和冒险愿望扫除障碍的创业型企业。一旦你认为时机成熟,就会尽快开始自己的创业历程。你希望自己的企业有非常高的现金收入,以证明你的能力。。
|
{{
|
||||||
|
evaluationData.evaluation.report.base.subjects.reportTextList
|
||||||
|
.description
|
||||||
|
}}
|
||||||
<!-- {{baseList1.reportspanList.description}} -->
|
<!-- {{baseList1.reportspanList.description}} -->
|
||||||
</span>
|
</span>
|
||||||
<!-- <div class="report-img">
|
<div id="intellect" ref="subjects"></div>
|
||||||
<div style="height:600rpx" a:if="{{fivebiao}}">
|
|
||||||
<f2 onInit="onInitChartLei2"></f2>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 专业类匹配度 -->
|
<!-- 专业类匹配度 -->
|
||||||
|
@ -172,12 +205,11 @@
|
||||||
<div class="report-exponent">
|
<div class="report-exponent">
|
||||||
<div class="exponent-title">
|
<div class="exponent-title">
|
||||||
<div class="exponent-star">
|
<div class="exponent-star">
|
||||||
推荐指数:<span>★</span><span>★</span><span>★</span><span>★</span><span>★</span>
|
推荐指数:<span>★</span><span>★</span><span>★</span
|
||||||
|
><span>★</span><span>★</span>
|
||||||
<!-- <span a:for="{{item.stars}}">★</span> -->
|
<!-- <span a:for="{{item.stars}}">★</span> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="percentage">
|
<div class="percentage">匹配度:>90%<!-- {{item.degree}} --></div>
|
||||||
匹配度:>90%<!-- {{item.degree}} -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="exponent-list">
|
<div class="exponent-list">
|
||||||
<div class="exponent-item">
|
<div class="exponent-item">
|
||||||
|
@ -233,12 +265,11 @@
|
||||||
<div class="report-exponent">
|
<div class="report-exponent">
|
||||||
<div class="exponent-title">
|
<div class="exponent-title">
|
||||||
<div class="exponent-star">
|
<div class="exponent-star">
|
||||||
推荐指数:<span>★</span><span>★</span><span>★</span><span>★</span><span>★</span>
|
推荐指数:<span>★</span><span>★</span><span>★</span
|
||||||
|
><span>★</span><span>★</span>
|
||||||
<!-- <span a:for="{{item.stars}}">★</span> -->
|
<!-- <span a:for="{{item.stars}}">★</span> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="percentage">
|
<div class="percentage">匹配度:>90%<!-- {{item.degree}} --></div>
|
||||||
匹配度:>90%<!-- {{item.degree}} -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="exponent-list">
|
<div class="exponent-list">
|
||||||
<div class="exponent-item">
|
<div class="exponent-item">
|
||||||
|
@ -293,12 +324,11 @@
|
||||||
<div class="report-exponent">
|
<div class="report-exponent">
|
||||||
<div class="exponent-title">
|
<div class="exponent-title">
|
||||||
<div class="exponent-star">
|
<div class="exponent-star">
|
||||||
推荐指数:<span>★</span><span>★</span><span>★</span><span>★</span><span>★</span>
|
推荐指数:<span>★</span><span>★</span><span>★</span
|
||||||
|
><span>★</span><span>★</span>
|
||||||
<!-- <span a:for="{{item.stars}}">★</span> -->
|
<!-- <span a:for="{{item.stars}}">★</span> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="percentage">
|
<div class="percentage">匹配度:>90%<!-- {{item.degree}} --></div>
|
||||||
匹配度:>90%<!-- {{item.degree}} -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="exponent-list">
|
<div class="exponent-list">
|
||||||
<div class="exponent-item">
|
<div class="exponent-item">
|
||||||
|
@ -339,8 +369,7 @@
|
||||||
<!-- {{item2.name}}
|
<!-- {{item2.name}}
|
||||||
({{item2.childrenSize}}) -->
|
({{item2.childrenSize}}) -->
|
||||||
</span>
|
</span>
|
||||||
<div class="exponent-item-son">
|
<div class="exponent-item-son"></div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -351,27 +380,246 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
import * as echarts from "echarts";
|
||||||
|
export default {
|
||||||
name: "report",
|
name: "report",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isScrollTop: false,
|
isScrollTop: false,
|
||||||
isShow:true, //切换报告
|
isShow: true, //切换报告
|
||||||
roleTType: 'student', //报告人类型
|
roleTType: "student", //报告人类型
|
||||||
}
|
evaluationData: {},
|
||||||
|
arrData:"",
|
||||||
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop);
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.getData();
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
proportion(obj, max) {
|
||||||
|
console.log(obj ,max,"---")
|
||||||
|
return ((Math.abs(obj) - 0) / (max - 0)) * 100 + "%";
|
||||||
|
},
|
||||||
// 页面跳转
|
// 页面跳转
|
||||||
goPage(path) {
|
goPage(path) {
|
||||||
this.$router.push(path);
|
this.$router.push(path);
|
||||||
},
|
},
|
||||||
|
drawLine(dataNmae, dataNum, title) {
|
||||||
|
// 基于准备好的dom,初始化echarts实例
|
||||||
|
setTimeout(() => {
|
||||||
|
let myChart = echarts.init(this.$refs[title]);
|
||||||
|
// 绘制图表
|
||||||
|
let option = {
|
||||||
|
grid: {},
|
||||||
|
xAxis: {
|
||||||
|
data: dataNmae,
|
||||||
|
type: "category",
|
||||||
|
axisLabel: { interval: 0, rotate: 60 },
|
||||||
|
},
|
||||||
|
|
||||||
|
yAxis: {
|
||||||
|
type: "value",
|
||||||
|
},
|
||||||
|
|
||||||
|
series: [
|
||||||
|
{
|
||||||
|
data: dataNum,
|
||||||
|
type: "bar",
|
||||||
|
itemStyle: {
|
||||||
|
normal: {
|
||||||
|
label: {
|
||||||
|
show: true, //开启显示
|
||||||
|
position: "top", //在上方显示
|
||||||
|
textStyle: {
|
||||||
|
//数值样式
|
||||||
|
color: "#666",
|
||||||
|
fontSize: 12,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
myChart.setOption(option);
|
||||||
|
}, 10);
|
||||||
|
},
|
||||||
|
leidata(valueArr, indicator, title) {
|
||||||
|
console.log(valueArr, indicator);
|
||||||
|
setTimeout(() => {
|
||||||
|
let myChart = echarts.init(this.$refs[title]);
|
||||||
|
// let valueArr = [];
|
||||||
|
// let indicator = [];
|
||||||
|
// let sum = 0;
|
||||||
|
let option = {
|
||||||
|
radar: {
|
||||||
|
// shape: 'circle',
|
||||||
|
indicator: indicator,
|
||||||
|
// [
|
||||||
|
// { name: "Sales", max: 9 },
|
||||||
|
// { name: "Administration", max: 9 },
|
||||||
|
// { name: "Information Technology", max: 9 },
|
||||||
|
// { name: "Customer Support", max: 9 },
|
||||||
|
// { name: "Development", max: 9 },
|
||||||
|
// { name: "Marketing", max: 9 },
|
||||||
|
// ],
|
||||||
|
},
|
||||||
|
series: [
|
||||||
|
{
|
||||||
|
name: "Budget vs spending",
|
||||||
|
type: "radar",
|
||||||
|
data: [
|
||||||
|
{
|
||||||
|
// value: [4200, 3000, 20000, 35000, 50000, 18000],
|
||||||
|
value: valueArr,
|
||||||
|
name: "Allocated Budget",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
myChart.setOption(option);
|
||||||
|
}, 1000);
|
||||||
|
},
|
||||||
|
getData() {
|
||||||
|
let that = this;
|
||||||
|
this.axios
|
||||||
|
.post(this.HOME + "/api/evaluation/evaluation-info", {
|
||||||
|
id: this.$route.query.id,
|
||||||
|
})
|
||||||
|
.then(function (res) {
|
||||||
|
console.log(res);
|
||||||
|
that.evaluationData = res.data.data;
|
||||||
|
let dataName = [];
|
||||||
|
let dataNun = [];
|
||||||
|
for (
|
||||||
|
let index = 0;
|
||||||
|
index <
|
||||||
|
that.evaluationData.evaluation.report.base.intellect.reportData
|
||||||
|
.length;
|
||||||
|
index++
|
||||||
|
) {
|
||||||
|
dataNun.push(
|
||||||
|
that.evaluationData.evaluation.report.base.intellect.reportData[
|
||||||
|
index
|
||||||
|
].avg_score
|
||||||
|
);
|
||||||
|
dataName.push(
|
||||||
|
that.evaluationData.evaluation.report.base.intellect.reportData[
|
||||||
|
index
|
||||||
|
].factor_name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
that.drawLine(dataName, dataNun, "intellect");
|
||||||
|
let dataNamea = [];
|
||||||
|
let dataNuna = [];
|
||||||
|
for (
|
||||||
|
let index = 0;
|
||||||
|
index <
|
||||||
|
that.evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportData.length;
|
||||||
|
index++
|
||||||
|
) {
|
||||||
|
dataNuna.push(
|
||||||
|
that.evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportData[index].avg_score
|
||||||
|
);
|
||||||
|
dataNamea.push(
|
||||||
|
that.evaluationData.evaluation.report.base.profession_concept
|
||||||
|
.reportData[index].factor_name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
that.drawLine(dataNamea, dataNuna, "profession_concept");
|
||||||
|
let dataNameb = [];
|
||||||
|
let dataNunb = [];
|
||||||
|
for (
|
||||||
|
let index = 0;
|
||||||
|
index <
|
||||||
|
that.evaluationData.evaluation.report.base.profession_interest
|
||||||
|
.reportData.length;
|
||||||
|
index++
|
||||||
|
) {
|
||||||
|
dataNunb.push(
|
||||||
|
that.evaluationData.evaluation.report.base.profession_interest
|
||||||
|
.reportData[index].avg_score
|
||||||
|
);
|
||||||
|
dataNameb.push({
|
||||||
|
name: that.evaluationData.evaluation.report.base
|
||||||
|
.profession_interest.reportData[index].factor_name,
|
||||||
|
max: 9,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
that.leidata(dataNunb, dataNameb, "profession_interest");
|
||||||
|
|
||||||
|
let dataNameC = [];
|
||||||
|
let dataNunC = [];
|
||||||
|
for (
|
||||||
|
let index = 0;
|
||||||
|
index <
|
||||||
|
that.evaluationData.evaluation.report.base.subjects.reportData
|
||||||
|
.length;
|
||||||
|
index++
|
||||||
|
) {
|
||||||
|
dataNunC.push(
|
||||||
|
that.evaluationData.evaluation.report.base.subjects.reportData[
|
||||||
|
index
|
||||||
|
].avg_score
|
||||||
|
);
|
||||||
|
dataNameC.push({
|
||||||
|
name: that.evaluationData.evaluation.report.base.subjects
|
||||||
|
.reportData[index].factor_name,
|
||||||
|
max: 9,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
that.leidata(dataNunC, dataNameC, "subjects");
|
||||||
|
|
||||||
|
let arrData = [
|
||||||
|
{
|
||||||
|
A: "",
|
||||||
|
B: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
A: "",
|
||||||
|
B: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
A: "",
|
||||||
|
B: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
A: "",
|
||||||
|
B: "",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
let arrAD= that.evaluationData.evaluation.report.base.mbti_character.reportData
|
||||||
|
|
||||||
|
// console.log((arrAD[0].factor_subgroup_id-0)-1);
|
||||||
|
for (
|
||||||
|
let index = 0;
|
||||||
|
index < arrAD.length; index++) {
|
||||||
|
if (arrData[(arrAD[index].factor_subgroup_id-0)-1].A) {
|
||||||
|
arrData[(arrAD[index].factor_subgroup_id-0)-1].B= arrAD[index]
|
||||||
|
}else{
|
||||||
|
|
||||||
|
arrData[(arrAD[index].factor_subgroup_id-0)-1].A=arrAD[index]
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
console.log(arrData)
|
||||||
|
that.arrData=arrData
|
||||||
|
});
|
||||||
|
},
|
||||||
// 滚动改变样式
|
// 滚动改变样式
|
||||||
eventScrollTop() {
|
eventScrollTop() {
|
||||||
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
|
let scrollTop =
|
||||||
|
document.body.scrollTop || document.documentElement.scrollTop;
|
||||||
if (scrollTop >= 5) {
|
if (scrollTop >= 5) {
|
||||||
if (this.isScroll) {
|
if (this.isScroll) {
|
||||||
this.isScroll = false;
|
this.isScroll = false;
|
||||||
|
@ -383,7 +631,7 @@
|
||||||
this.isScrollTop = false;
|
this.isScrollTop = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
destroyed() {
|
destroyed() {
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
window.removeEventListener("scroll", this.eventScrollTop);
|
||||||
|
@ -391,15 +639,42 @@
|
||||||
//keep-alive进入时触发
|
//keep-alive进入时触发
|
||||||
activated() {
|
activated() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop)
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
},
|
},
|
||||||
//keep-alive离开时触发
|
//keep-alive离开时触发
|
||||||
deactivated() {
|
deactivated() {
|
||||||
window.removeEventListener("scroll", this.eventScrollTop);
|
window.removeEventListener("scroll", this.eventScrollTop);
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
#intellect {
|
||||||
|
width: 100%;
|
||||||
|
height: 320px;
|
||||||
|
}
|
||||||
|
.report-box4-ex > div {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.content-ex {
|
||||||
|
width: 80%;
|
||||||
|
height: 0.5rem;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.content-ex > div {
|
||||||
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-ex > div > p {
|
||||||
|
background-color: red;
|
||||||
|
width: 0px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.content-ex > :nth-child(1) {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<img v-if="userData.avatar" :src="userData.avatar" />
|
<img v-if="userData.avatar" :src="userData.avatar" />
|
||||||
<img v-else src="../../../assets/images/user/photo.png" />
|
<img v-else src="../../../assets/images/user/photo.png" />
|
||||||
</span>
|
</span>
|
||||||
<p v-if="userData.nick_name">{{userData.nick_name}}</p>
|
<p v-if="userData.nick_name">{{ userData.nick_name }}</p>
|
||||||
<p v-else>未填写个人信息</p>
|
<p v-else>未填写个人信息</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,17 +28,21 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="line" v-if="isReceive == 1"></div>
|
<div class="line" v-if="isReceive == 1"></div>
|
||||||
<ul class="student-information">
|
<ul class="student-information">
|
||||||
<li v-if="userData.mobile" >
|
<li v-if="userData.mobile">
|
||||||
<span
|
<span
|
||||||
><img src="../../../assets/images/user/icon-phone.png" alt=""
|
><img src="../../../assets/images/user/icon-phone.png" alt=""
|
||||||
/></span>
|
/></span>
|
||||||
<p>手机号<em>{{userData.mobile}}</em></p>
|
<p>
|
||||||
|
手机号<em>{{ userData.mobile }}</em>
|
||||||
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li @click="goPage('/bind')" v-else >
|
<li @click="goPage('/bind')" v-else>
|
||||||
<span
|
<span
|
||||||
><img src="../../../assets/images/user/icon-phone.png" alt=""
|
><img src="../../../assets/images/user/icon-phone.png" alt=""
|
||||||
/></span>
|
/></span>
|
||||||
<p>手机号<em>{{userData.mobile}}</em></p>
|
<p>
|
||||||
|
手机号<em>{{ userData.mobile }}</em>
|
||||||
|
</p>
|
||||||
<img src="../../../assets/images/home/expert/arrow-right.png" alt="" />
|
<img src="../../../assets/images/home/expert/arrow-right.png" alt="" />
|
||||||
</li>
|
</li>
|
||||||
<li @click="goPage('/info')">
|
<li @click="goPage('/info')">
|
||||||
|
@ -64,38 +68,11 @@
|
||||||
<img src="../../../assets/images/home/expert/arrow-right.png" alt="" />
|
<img src="../../../assets/images/home/expert/arrow-right.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<ul :class="{ 'report-list': true, open: isOpen }">
|
<ul :class="{ 'report-list': true, open: isOpen }">
|
||||||
<li @click="goPage('/report')">
|
<li v-for="(item,index) in dataList" :key="index" @click="goPage(item.id)">
|
||||||
<p>职业与专业定位整合测试(融合版)</p>
|
<p>{{item.title}}</p>
|
||||||
<span>2022-05-12 13:28</span>
|
<span>{{item.done_at}}</span>
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>职业与专业定位整合测试(融合版)</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>霍兰德职业兴趣测评(完整版)</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>DISC性格测评</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>职业与专业定位整合测试(融合版)</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>职业与专业定位整合测试(融合版)</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>霍兰德职业兴趣测评(完整版)</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
|
||||||
<li @click="goPage('/report')">
|
|
||||||
<p>DISC性格测评</p>
|
|
||||||
<span>2022-05-12 13:28</span>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="feedback-btn">退出登录</div>
|
<div class="feedback-btn">退出登录</div>
|
||||||
<tabbar :current="4"></tabbar>
|
<tabbar :current="4"></tabbar>
|
||||||
|
@ -103,24 +80,24 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import tabbar from '../../../components/tabbar.vue'
|
import tabbar from "../../../components/tabbar.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "expert",
|
name: "expert",
|
||||||
components: {
|
components: {
|
||||||
tabbar
|
tabbar,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
centerUserData:{
|
centerUserData: {
|
||||||
mobile:""
|
mobile: "",
|
||||||
},
|
},
|
||||||
|
dataList:[],
|
||||||
isScrollTop: false,
|
isScrollTop: false,
|
||||||
isReceive: 1, //是否领取咨询机会
|
isReceive: 1, //是否领取咨询机会
|
||||||
isUse: 0, //是否使用
|
isUse: 0, //是否使用
|
||||||
isOpen: false,
|
isOpen: false,
|
||||||
userData:{
|
userData: {
|
||||||
avatar: "" ,
|
avatar: "",
|
||||||
consult_amount: 0,
|
consult_amount: 0,
|
||||||
create_time: "",
|
create_time: "",
|
||||||
ding_code: "",
|
ding_code: "",
|
||||||
|
@ -140,17 +117,27 @@
|
||||||
type: 0,
|
type: 0,
|
||||||
unionid: "",
|
unionid: "",
|
||||||
update_time: "",
|
update_time: "",
|
||||||
user_code: ""
|
user_code: "",
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isScroll = true;
|
this.isScroll = true;
|
||||||
window.addEventListener("scroll", this.eventScrollTop);
|
window.addEventListener("scroll", this.eventScrollTop);
|
||||||
this.getUserData();
|
this.getUserData();
|
||||||
|
this.getevaluationList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
getevaluationList(){
|
||||||
|
let that=this
|
||||||
|
this.axios.post(this.HOME + "/api/evaluation/evaluation-list",{
|
||||||
|
page:"1",
|
||||||
|
size:"100",
|
||||||
|
status:""
|
||||||
|
}).then(function (res) {
|
||||||
|
that.dataList=res.data.data.list
|
||||||
|
});
|
||||||
|
},
|
||||||
// 判断跳转方式
|
// 判断跳转方式
|
||||||
toPage() {
|
toPage() {
|
||||||
if (this.isReceive == 1) {
|
if (this.isReceive == 1) {
|
||||||
|
@ -162,15 +149,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 页面跳转
|
// 页面跳转
|
||||||
goPage(path) {
|
goPage(id) {
|
||||||
this.$router.push(path);
|
this.$router.push({
|
||||||
|
path: "/report",
|
||||||
|
query: {
|
||||||
|
id:id
|
||||||
|
},
|
||||||
|
});
|
||||||
},
|
},
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
getUserData() {
|
getUserData() {
|
||||||
let that = this;
|
let that = this;
|
||||||
this.axios.post(this.HOME + "/api/user/center-info").then(function (res) {
|
this.axios.post(this.HOME + "/api/user/center-info").then(function (res) {
|
||||||
that.userData = res.data.data;
|
that.userData = res.data.data;
|
||||||
location.centerUserData=JSON.stringify( that.userData )
|
location.centerUserData = JSON.stringify(that.userData);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 滚动改变样式
|
// 滚动改变样式
|
||||||
|
@ -206,8 +198,8 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.banner,
|
.banner,
|
||||||
.banner img {
|
.banner img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue