|
|
@@ -1,80 +1,80 @@
|
|
|
-<template>
|
|
|
+<template>
|
|
|
<view class="page-wrappe">
|
|
|
<cus-header title=' ' bgColor="transparent"></cus-header>
|
|
|
- <view id="pdfContainer" class="pdf-container" :style="{'transform':'scale('+scale+')', 'height': containerScaledHeight + 'px'}" v-if="reportData">
|
|
|
- <!-- 封面 -->
|
|
|
- <view class="cd_box fm2 adffc" style="margin-top: 20px;height: 868px;">
|
|
|
- <img class="fm2-logo" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo.png">
|
|
|
- <img class="fm2-logo2" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo2.png">
|
|
|
- <img class="fm2-perill" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_perill.png">
|
|
|
- <view class="fm2-line"></view>
|
|
|
- <view class="fm2-p">团队发展动态评估报告(专业版)</view>
|
|
|
- <view class="fm2-texts adf" style="margin-top: 5px;">
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">客户名称:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.enterpriseName||'' }}</view>
|
|
|
- </view>
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">团队名称:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.teamName||'' }}</view>
|
|
|
- </view>
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">评估发起人:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.initiator||'' }}</view>
|
|
|
- </view>
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">报告生成时间:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.reportDate||'' }}</view>
|
|
|
- </view>
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">团队类型:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.functionName||'' }}</view>
|
|
|
- </view>
|
|
|
- <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
- <view class="fm2-texts-pre-span">团队层级:</view>
|
|
|
- <view class="fm2-texts-pre-val">{{ reportData.teamInfo.hierarchy||'' }}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view id="pdfContainer" class="pdf-container" :style="{'transform':'scale('+scale+')', 'height': containerScaledHeight + 'px'}" v-if="reportData">
|
|
|
+ <!-- 封面 -->
|
|
|
+ <view class="cd_box fm2 adffc" style="margin-top: 20px;height: 868px;">
|
|
|
+ <img class="fm2-logo" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo.png">
|
|
|
+ <img class="fm2-logo2" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo2.png">
|
|
|
+ <img class="fm2-perill" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_perill.png">
|
|
|
+ <view class="fm2-line"></view>
|
|
|
+ <view class="fm2-p">团队发展动态评估报告(团队版)</view>
|
|
|
+ <view class="fm2-texts adf" style="margin-top: 5px;">
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">客户名称:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.enterpriseName||'' }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">团队名称:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.teamName||'' }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">评估发起人:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.initiator||'' }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">报告生成时间:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.reportDate||'' }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">团队类型:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.functionName||'' }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="fm2-texts-pre adf" style="margin-top: 10px;">
|
|
|
+ <view class="fm2-texts-pre-span">团队层级:</view>
|
|
|
+ <view class="fm2-texts-pre-val">{{ reportData.teamInfo.hierarchy||'' }}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 介绍 -->
|
|
|
+ <view class="cd_box">
|
|
|
+ <view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_title_bg.png)'}">
|
|
|
+ <view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL团队发展动态评估简介</span></view>
|
|
|
+ <view class="vt-right">PERILL团队发展动态评估报告(团队版)</view>
|
|
|
+ </view>
|
|
|
+ <view class="v2-box">
|
|
|
+ <img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
|
|
|
+ <img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
|
|
|
+ <view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL团队发展动态评估。</view>
|
|
|
+ <view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL团队发展动态评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
|
|
|
+ <view class="v2-p" style="margin-top: 8px;">PERILL团队发展动态评估的主体内容由<span>{{reportData.teamInfo.questionCount||0}}</span>个关于团队的描述组成。</view>
|
|
|
+ </view>
|
|
|
+ <view class="v2-six">
|
|
|
+ <view class="vsix-title">PERILL六大纬度</view>
|
|
|
+ <view class="vsix-p">PERILL团队发展动态评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
|
|
|
+ <view class="vsix-boxs">
|
|
|
+ <view class="vsb adfac" v-for="(item,index) in sixWd" :key="index">
|
|
|
+ <img class="vsb-img" :src="item.image"/>
|
|
|
+ <view class="vsb-right">
|
|
|
+ <view class="vsbr-top adfac">
|
|
|
+ <view class="vsbrt-type" :style="{'background':item.color}">{{ item.type }}</view>
|
|
|
+ <view class="vsbrt-title" :style="{'color':item.color}">{{ item.title }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="vsbr-desc">{{ item.desc }}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <!-- 介绍 -->
|
|
|
- <view class="cd_box">
|
|
|
- <view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_title_bg.png)'}">
|
|
|
- <view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL团队发展动态评估简介</span></view>
|
|
|
- <view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
|
|
|
- </view>
|
|
|
- <view class="v2-box">
|
|
|
- <img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
|
|
|
- <img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
|
|
|
- <view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL团队发展动态评估。</view>
|
|
|
- <view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL团队发展动态评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
|
|
|
- <view class="v2-p" style="margin-top: 8px;">PERILL团队发展动态评估的主体内容由<span>{{reportData.teamInfo.questionCount||0}}</span>个关于团队的描述组成。</view>
|
|
|
- </view>
|
|
|
- <view class="v2-six">
|
|
|
- <view class="vsix-title">PERILL六大纬度</view>
|
|
|
- <view class="vsix-p">PERILL团队发展动态评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
|
|
|
- <view class="vsix-boxs">
|
|
|
- <view class="vsb adfac" v-for="(item,index) in sixWd" :key="index">
|
|
|
- <img class="vsb-img" :src="item.image"/>
|
|
|
- <view class="vsb-right">
|
|
|
- <view class="vsbr-top adfac">
|
|
|
- <view class="vsbrt-type" :style="{'background':item.color}">{{ item.type }}</view>
|
|
|
- <view class="vsbrt-title" :style="{'color':item.color}">{{ item.title }}</view>
|
|
|
- </view>
|
|
|
- <view class="vsbr-desc">{{ item.desc }}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 总体评估分析 -->
|
|
|
- <view class="cd_box adffc">
|
|
|
- <view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_top_title_bg2.png)'}">
|
|
|
- <view class="vt-left">总体评估分析</view>
|
|
|
- <view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
|
|
|
- </view>
|
|
|
- <view class="v2-box" @click="downloadZtzdfxImg">
|
|
|
- <img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
|
|
|
- <img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
|
|
|
+ <!-- 总体评估分析 -->
|
|
|
+ <view class="cd_box adffc">
|
|
|
+ <view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_top_title_bg2.png)'}">
|
|
|
+ <view class="vt-left">总体评估分析</view>
|
|
|
+ <view class="vt-right">PERILL团队发展动态评估报告(团队版)</view>
|
|
|
+ </view>
|
|
|
+ <view class="v2-box" @click="downloadZtzdfxImg">
|
|
|
+ <img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
|
|
|
+ <img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
|
|
|
<view class="v2-p2">报告的核心是PERILL团队发展动态评估分析下的整体团队表现。这包括团队在PERILL团队发展动态评估每个关键要素上的综合得分,通过结合得分和置信指数,我们能够展示出高功能领域和低功能域。</view>
|
|
|
<view class="v2-p2" style="margin-top: 16px;">下面图中的位置标记显示了团队按主题划分的总分。</view>
|
|
|
<view class="vb-category">
|
|
|
@@ -97,24 +97,24 @@
|
|
|
</view>
|
|
|
<view style="width:360px;height:360px;margin: 0 auto;" class="pdfEchart">
|
|
|
<l-echart ref="ztzdfxRef" :canvas2d="true" @finished="initZtzdfxChart" style="width: 100%;height: 100%;"></l-echart>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="v2-data">
|
|
|
- <view class="vd-title" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_title_bg1.png)'}">评估结果</view>
|
|
|
- <view class="v2-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>')"></view>
|
|
|
- </view>
|
|
|
- <view class="v2-data" style="flex: 1;margin-top: 20px;">
|
|
|
- <view class="vd-title vt2" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_title_bg2.png)'}">团队提升&教练建议</view>
|
|
|
- <view class="v2-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>')"></view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="v2-data">
|
|
|
+ <view class="vd-title" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_title_bg1.png)'}">评估结果</view>
|
|
|
+ <view class="v2-p" v-html="(reportData.totalDiagnosticOutput||'').replaceAll('\n\n','<br>')"></view>
|
|
|
+ </view>
|
|
|
+ <view class="v2-data" style="flex: 1;margin-top: 20px;">
|
|
|
+ <view class="vd-title vt2" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_title_bg2.png)'}">团队提升&教练建议</view>
|
|
|
+ <view class="v2-p" v-html="(reportData.totalDiagnosisSuggest||'').replaceAll('\n\n','<br>')"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<!-- 多维度 -->
|
|
|
<canvas type="2d" id="table-canvas" canvas-id="table-canvas" class="offscreen-canvas"></canvas>
|
|
|
- <template v-if="reportData&&reportData.dimensionAnalysis&&reportData.dimensionAnalysis.length">
|
|
|
+ <template v-if="reportData&&reportData.dimensionAnalysis&&reportData.dimensionAnalysis.length">
|
|
|
<view class="cd_box adffc" style="border: none;" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_bg.png)'}" v-for="(item,index) in reportData.dimensionAnalysis" :key="index">
|
|
|
<view class="v2-top adfacjb" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_title_bg.png)'}">
|
|
|
<view class="vt-left" :class="{'black':(item.title=='人际关系'||item.title=='学习')}">{{ item.title }}</view>
|
|
|
- <view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
|
|
|
+ <view class="vt-right">PERILL团队发展动态评估报告(团队版)</view>
|
|
|
</view>
|
|
|
<view class="v2-box" :style="{'border':'1px solid '+item.bcolor}">
|
|
|
<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_box_img1.png'">
|
|
|
@@ -173,11 +173,11 @@
|
|
|
<view class="loading adffcacjc" v-if="isLoading">
|
|
|
<u-loading-icon text="数据加载中,请耐心等待" :vertical="true" size="72" color="#FFFFFF" textSize="32" textColor="#FFFFFF"></u-loading-icon>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-</template>
|
|
|
-
|
|
|
+ </view>
|
|
|
+</template>
|
|
|
+
|
|
|
<script name="">
|
|
|
- import { BaseApi } from '@/http/baseApi.js';
|
|
|
+ import { BaseApi } from '@/http/baseApi.js';
|
|
|
import * as echarts from '@/pagesHome/components/lime-echart/static/echarts.min.js'
|
|
|
import lEchart from '@/pagesHome/components/lime-echart/components/l-echart/l-echart.vue'
|
|
|
|
|
|
@@ -264,24 +264,24 @@
|
|
|
if(res.code!==0) return this.$showToast(res.msg)
|
|
|
this.reportData = res.data;
|
|
|
|
|
|
- const tempDimensionAnalysis = [
|
|
|
- {title:'宗旨与动机',bcolor:'#E4D2E1',thcolor:'#761E6A',titlecolor:'#BA8EB4',wddf:'linear-gradient( 90deg, #F5EFF5 0%, #FAF2F9 100%)',
|
|
|
- desc:`「宗旨与动机」维度,我们旨在探究是否存在一个清晰的存在理由和明确的方向,能够激发团队成员的动力并吸引他们的想象力,以及个人与集体的身份认同是否围绕共同的目标,并达成一致。`},
|
|
|
- {title:'外部流程及系统与架构',bcolor:'#B3DEDE',thcolor:'#009191',titlecolor:'#80C8C8',wddf:'linear-gradient( 90deg, #E8F5F5 0%, #F0F8F8 100%)',
|
|
|
- desc:`「外部流程、系统与结构」维度,我们旨在探究团队如何与各种利益相关者互动,他们与团队的利益相关方各自如何寻求了解对方,以及现有系统和流程的有效性,以帮助管理不同的期望和需求。`},
|
|
|
- {title:'人际关系',bcolor:'#FFDF73',thcolor:'#FFD750',titlecolor:'#FFEBA8',wddf:'linear-gradient( 90deg, rgba(255,215,80,0.34) 0%, rgba(251,225,130,0.09) 100%)',
|
|
|
- desc:`「人际关系」维度,我们旨在探究团队成员如何相互交流、信任程度、尊重和关心的程度,以及团队成员之间的关系如何促进(或破坏)协作。`},
|
|
|
- {title:'内部流程及系统与架构',bcolor:'#B3DEDE',thcolor:'#4EB2B2',titlecolor:'#CDE9EA',wddf:'linear-gradient( 90deg, #E8F5F5 0%, #F0F8F8 100%)',
|
|
|
- desc:`「内部流程、系统与结构」维度,我们旨在探究团队如何在平衡责任与自主权方面进行协作。我们关注团队的敏捷程度、沟通方式以及决策过程的有效性。`},
|
|
|
- {title:'学习',bcolor:'#C7DCF8',thcolor:'#AFCDF5',titlecolor:'#D7E5FA',wddf:'linear-gradient( 270deg, #F2F5F9 0%, #E3ECF8 100%)',
|
|
|
- desc:`「学习」维度,我们旨在探究团队如何提高其绩效、技能和资源以应对当前和未来的任务。我们还希望了解团队如何管理能力和提高效率。`},
|
|
|
- {title:'领导力',bcolor:'#E6EAED',thcolor:'#002846',titlecolor:'#8093A3',wddf:'linear-gradient( 270deg, #F2F4F6 0%, #EDF0F2 100%)',
|
|
|
- desc:`「领导力」维度,我们旨在探究领导素质和行为如何对团队功能和其他因素产生调节影响,以及这是积极的还是消极的。`}
|
|
|
+ const tempDimensionAnalysis = [
|
|
|
+ {title:'宗旨与动机',bcolor:'#E4D2E1',thcolor:'#761E6A',titlecolor:'#BA8EB4',wddf:'linear-gradient( 90deg, #F5EFF5 0%, #FAF2F9 100%)',
|
|
|
+ desc:`「宗旨与动机」维度,我们旨在探究是否存在一个清晰的存在理由和明确的方向,能够激发团队成员的动力并吸引他们的想象力,以及个人与集体的身份认同是否围绕共同的目标,并达成一致。`},
|
|
|
+ {title:'外部流程及系统与架构',bcolor:'#B3DEDE',thcolor:'#009191',titlecolor:'#80C8C8',wddf:'linear-gradient( 90deg, #E8F5F5 0%, #F0F8F8 100%)',
|
|
|
+ desc:`「外部流程、系统与结构」维度,我们旨在探究团队如何与各种利益相关者互动,他们与团队的利益相关方各自如何寻求了解对方,以及现有系统和流程的有效性,以帮助管理不同的期望和需求。`},
|
|
|
+ {title:'人际关系',bcolor:'#FFDF73',thcolor:'#FFD750',titlecolor:'#FFEBA8',wddf:'linear-gradient( 90deg, rgba(255,215,80,0.34) 0%, rgba(251,225,130,0.09) 100%)',
|
|
|
+ desc:`「人际关系」维度,我们旨在探究团队成员如何相互交流、信任程度、尊重和关心的程度,以及团队成员之间的关系如何促进(或破坏)协作。`},
|
|
|
+ {title:'内部流程及系统与架构',bcolor:'#B3DEDE',thcolor:'#4EB2B2',titlecolor:'#CDE9EA',wddf:'linear-gradient( 90deg, #E8F5F5 0%, #F0F8F8 100%)',
|
|
|
+ desc:`「内部流程、系统与结构」维度,我们旨在探究团队如何在平衡责任与自主权方面进行协作。我们关注团队的敏捷程度、沟通方式以及决策过程的有效性。`},
|
|
|
+ {title:'学习',bcolor:'#C7DCF8',thcolor:'#AFCDF5',titlecolor:'#D7E5FA',wddf:'linear-gradient( 270deg, #F2F5F9 0%, #E3ECF8 100%)',
|
|
|
+ desc:`「学习」维度,我们旨在探究团队如何提高其绩效、技能和资源以应对当前和未来的任务。我们还希望了解团队如何管理能力和提高效率。`},
|
|
|
+ {title:'领导力',bcolor:'#E6EAED',thcolor:'#002846',titlecolor:'#8093A3',wddf:'linear-gradient( 270deg, #F2F4F6 0%, #EDF0F2 100%)',
|
|
|
+ desc:`「领导力」维度,我们旨在探究领导素质和行为如何对团队功能和其他因素产生调节影响,以及这是积极的还是消极的。`}
|
|
|
]
|
|
|
this.reportData.dimensionAnalysis.forEach((d,i)=>{
|
|
|
- d.scoreSpreads.forEach(s=>{
|
|
|
- if((s.minScore+'').length>2) s.minScore = (s.minScore||0).toFixed(2)
|
|
|
- if((s.maxScore+'').length>2) s.maxScore = (s.maxScore||0).toFixed(2)
|
|
|
+ d.scoreSpreads.forEach(s=>{
|
|
|
+ if((s.minScore+'').length>2) s.minScore = (s.minScore||0).toFixed(2)
|
|
|
+ if((s.maxScore+'').length>2) s.maxScore = (s.maxScore||0).toFixed(2)
|
|
|
if((s.avgScore+'').length>2) s.avgScore = (s.avgScore||0).toFixed(2)
|
|
|
s.theme = s.theme.replaceAll(',','').replaceAll(',','');
|
|
|
s.range = [s.minScore>25?25:s.minScore,s.maxScore>25?25:s.maxScore];
|
|
|
@@ -318,11 +318,11 @@
|
|
|
// 无论成功或失败,最后都隐藏loading
|
|
|
this.isLoading = false;
|
|
|
}
|
|
|
- }).catch(err => {
|
|
|
- // 网络请求失败等情况
|
|
|
- console.error('获取报告数据失败:', err);
|
|
|
- this.isLoading = false;
|
|
|
- this.$showToast('获取报告数据失败,请检查网络');
|
|
|
+ }).catch(err => {
|
|
|
+ // 网络请求失败等情况
|
|
|
+ console.error('获取报告数据失败:', err);
|
|
|
+ this.isLoading = false;
|
|
|
+ this.$showToast('获取报告数据失败,请检查网络');
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
@@ -869,62 +869,62 @@
|
|
|
series: [
|
|
|
{
|
|
|
type: 'radar',
|
|
|
- data: [
|
|
|
- {
|
|
|
- value: sponsorData,
|
|
|
- itemStyle: {
|
|
|
- color: '#012846'
|
|
|
- },
|
|
|
- lineStyle: {
|
|
|
- color: '#012846',
|
|
|
- width:1.5
|
|
|
- },
|
|
|
- areaStyle: {
|
|
|
- color: 'rgba(255, 255, 255, 0.4)'
|
|
|
- },
|
|
|
- symbolSize: 3
|
|
|
- },
|
|
|
- {
|
|
|
- value: stakeholderData,
|
|
|
- itemStyle: {
|
|
|
- color: '#FFD650'
|
|
|
- },
|
|
|
- lineStyle: {
|
|
|
- color: '#FFD650',
|
|
|
- width:1.5
|
|
|
- },
|
|
|
- areaStyle: {
|
|
|
- color: 'rgba(255, 255, 255, 0.4)'
|
|
|
- },
|
|
|
- symbolSize: 3
|
|
|
- },
|
|
|
- {
|
|
|
- value: memberData,
|
|
|
- itemStyle: {
|
|
|
- color: '#AFCDF5'
|
|
|
- },
|
|
|
- lineStyle: {
|
|
|
- color: '#AFCDF5',
|
|
|
- width:1.5
|
|
|
- },
|
|
|
- areaStyle: {
|
|
|
- color: 'rgba(255, 255, 255, 0.4)'
|
|
|
- },
|
|
|
- symbolSize: 3
|
|
|
- },
|
|
|
- {
|
|
|
- value: leaderData,
|
|
|
- itemStyle: {
|
|
|
- color: '#9F6196'
|
|
|
- },
|
|
|
- lineStyle: {
|
|
|
- color: '#9F6196',
|
|
|
- width:1.5
|
|
|
- },
|
|
|
- areaStyle: {
|
|
|
- color: 'rgba(255, 255, 255, 0.4)'
|
|
|
- },
|
|
|
- symbolSize: 3
|
|
|
+ data: [
|
|
|
+ {
|
|
|
+ value: sponsorData,
|
|
|
+ itemStyle: {
|
|
|
+ color: '#012846'
|
|
|
+ },
|
|
|
+ lineStyle: {
|
|
|
+ color: '#012846',
|
|
|
+ width:1.5
|
|
|
+ },
|
|
|
+ areaStyle: {
|
|
|
+ color: 'rgba(255, 255, 255, 0.4)'
|
|
|
+ },
|
|
|
+ symbolSize: 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: stakeholderData,
|
|
|
+ itemStyle: {
|
|
|
+ color: '#FFD650'
|
|
|
+ },
|
|
|
+ lineStyle: {
|
|
|
+ color: '#FFD650',
|
|
|
+ width:1.5
|
|
|
+ },
|
|
|
+ areaStyle: {
|
|
|
+ color: 'rgba(255, 255, 255, 0.4)'
|
|
|
+ },
|
|
|
+ symbolSize: 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: memberData,
|
|
|
+ itemStyle: {
|
|
|
+ color: '#AFCDF5'
|
|
|
+ },
|
|
|
+ lineStyle: {
|
|
|
+ color: '#AFCDF5',
|
|
|
+ width:1.5
|
|
|
+ },
|
|
|
+ areaStyle: {
|
|
|
+ color: 'rgba(255, 255, 255, 0.4)'
|
|
|
+ },
|
|
|
+ symbolSize: 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: leaderData,
|
|
|
+ itemStyle: {
|
|
|
+ color: '#9F6196'
|
|
|
+ },
|
|
|
+ lineStyle: {
|
|
|
+ color: '#9F6196',
|
|
|
+ width:1.5
|
|
|
+ },
|
|
|
+ areaStyle: {
|
|
|
+ color: 'rgba(255, 255, 255, 0.4)'
|
|
|
+ },
|
|
|
+ symbolSize: 3
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
@@ -938,8 +938,8 @@
|
|
|
},
|
|
|
}
|
|
|
};
|
|
|
-</script>
|
|
|
-
|
|
|
+</script>
|
|
|
+
|
|
|
<style scoped lang="scss">
|
|
|
.loading{
|
|
|
position: fixed;
|
|
|
@@ -981,5 +981,5 @@
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
|
|
|
- @import '../static/pdf.scss';
|
|
|
+ @import '../static/pdf.scss';
|
|
|
</style>
|