|
@@ -95,6 +95,21 @@
|
|
|
<div style="margin: 10px 20px 10px 20px">
|
|
|
<div class="statistics-box-title">
|
|
|
{{$t(`前12个月总数据`)}}
|
|
|
+ <el-tooltip effect="dark" placement="top-start">
|
|
|
+ <div slot="content">
|
|
|
+ {{
|
|
|
+ $t(
|
|
|
+ "统计当前月份之前(不包含当前月份)的12个月的(已成交、结案状态)的项目预计成交准确率、偏差金额"
|
|
|
+ )
|
|
|
+ }}
|
|
|
+ </div>
|
|
|
+ <!-- <i class="el-icon-question" style="color: #afb0be;float: right"></i>-->
|
|
|
+ <img
|
|
|
+ width="14px"
|
|
|
+ height="14px"
|
|
|
+ src="../../../assets/icons/prompt_icon.svg"
|
|
|
+ />
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
<div class="title-margin-15">
|
|
|
<div class="title-font-style1">
|
|
@@ -110,7 +125,7 @@
|
|
|
</div>
|
|
|
<div class="title-margin-5 title-font-style2">
|
|
|
{{tool.formatAmount(tool.unitConversion(previousYearData.totaldeviationamount,10000),2)}}
|
|
|
- <span class="title-font-style4">{{$t(``)}}万元</span>
|
|
|
+ <span class="title-font-style4">{{$t(`万元`)}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="title-margin-15">
|
|
@@ -137,6 +152,21 @@
|
|
|
<div style="margin: 20px">
|
|
|
<div class="title-font-style5">
|
|
|
{{$t(`未来12月项目预计签约金额统计(单位:万)`)}}
|
|
|
+ <el-tooltip effect="dark" placement="top-start">
|
|
|
+ <div slot="content">
|
|
|
+ {{
|
|
|
+ $t(
|
|
|
+ "统计当前月份往后(包含当前月份)的12个月的每个月份的(跟进中状态)的项目预计签约金额"
|
|
|
+ )
|
|
|
+ }}
|
|
|
+ </div>
|
|
|
+ <!-- <i class="el-icon-question" style="color: #afb0be;float: right"></i>-->
|
|
|
+ <img
|
|
|
+ width="14px"
|
|
|
+ height="14px"
|
|
|
+ src="../../../assets/icons/prompt_icon.svg"
|
|
|
+ />
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<chartTemplate ref="chartColumn" chartRef="signChart" :param="paramChart" height-chart="232px" width-chart="100%"></chartTemplate>
|
|
@@ -145,7 +175,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin-top: 20px">
|
|
|
+ <div style="margin-top: 40px">
|
|
|
<p class="title">{{projectTile}}</p>
|
|
|
<tableTemp :layout="tablecols" :data="projectList" :opwidth="200" :custom="true" :height="tableHieght">
|
|
|
<template v-slot:customcol="scope">
|
|
@@ -953,7 +983,7 @@ export default {
|
|
|
/* height:calc(100vh)*/
|
|
|
}
|
|
|
.statistics-box{
|
|
|
- width: 20%;
|
|
|
+ width: 25%;
|
|
|
height: 302px;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.16);
|
|
@@ -971,7 +1001,7 @@ export default {
|
|
|
text-transform: none;
|
|
|
}
|
|
|
.screen-box{
|
|
|
- width: 78%;
|
|
|
+ width: 73%;
|
|
|
height: 302px;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.16);
|