|
|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<boxBorder title="未来12月项目预计签约金额/预计成交金额分析" class1="20px 20px" height="282px">
|
|
|
<template slot="charts">
|
|
|
- <el-tooltip effect="dark" placement="top-start" style="margin-top: 3px;margin-left:240px;position: relative;z-index: 50">
|
|
|
+ <el-tooltip effect="dark" placement="top-start" style="margin-top: 3px;margin-left:275px;position: relative;z-index: 50">
|
|
|
<div slot="content">
|
|
|
{{
|
|
|
$t(
|
|
|
@@ -47,13 +47,13 @@ export default {
|
|
|
this.chartMapData[indexNew] = {
|
|
|
"signdate_due":item.signdate_due,
|
|
|
"value":Math.round(this.tool.unitConversion(item.signamount_due,10000) * 100)/100,
|
|
|
- "name":this.$t('预计签约金额')
|
|
|
+ "name":this.$t('预计签约金额(万)')
|
|
|
}
|
|
|
indexNew = indexNew + 1
|
|
|
this.chartMapData[indexNew] = {
|
|
|
"signdate_due":item.signdate_due,
|
|
|
"value":Math.round(this.tool.unitConversion(item.dealamount_due,10000) * 100)/100,
|
|
|
- "name":this.$t('预计成交金额')
|
|
|
+ "name":this.$t('预计成交金额(万)')
|
|
|
}
|
|
|
indexNew = indexNew + 1
|
|
|
index = index + 1
|