|
@@ -205,7 +205,7 @@ export default {
|
|
|
const group = new G.Group({});
|
|
const group = new G.Group({});
|
|
|
const content = ()=>{
|
|
const content = ()=>{
|
|
|
if (this.tableData[0]) {
|
|
if (this.tableData[0]) {
|
|
|
- const text = `${datum.stagename} 当前项目数: ${datum.projectqty} 项目数: ${this.tableData[0].projectqty} 转化率: ${datum.zhl?datum.zhl* 100 + '%':'--'} 预计签约金额: ${datum.signamount_due}万元`
|
|
|
|
|
|
|
+ const text = `${datum.stagename} 当前项目数: ${datum.projectqty} 项目数: ${this.tableData[0].projectqty} 转化率: ${datum.zhl?Math.round((datum.zhl* 100)*100)/100 + '%':'--'} 预计签约金额: ${datum.signamount_due}万元`
|
|
|
const lines = text.split(' ');
|
|
const lines = text.split(' ');
|
|
|
return lines.join('\n');
|
|
return lines.join('\n');
|
|
|
}
|
|
}
|