|
@@ -484,12 +484,13 @@ import { number } from 'echarts';
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'利润率',
|
|
|
|
|
|
+ title:'合同额',
|
|
align:"center",
|
|
align:"center",
|
|
- dataIndex: 'lrl',
|
|
|
|
- customRender: (text) => {
|
|
|
|
- return Number(text).toFixed(1) + '%'
|
|
|
|
|
|
+ dataIndex: 'contractfpe',
|
|
|
|
+ scopedSlots: {
|
|
|
|
+ customRender: 'contractfpe',
|
|
},
|
|
},
|
|
|
|
+ // customCell: this.getClickColumn,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title:'预估价',
|
|
title:'预估价',
|
|
@@ -500,13 +501,12 @@ import { number } from 'echarts';
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'合同额',
|
|
|
|
|
|
+ title:'利润率',
|
|
align:"center",
|
|
align:"center",
|
|
- dataIndex: 'contractfpe',
|
|
|
|
- scopedSlots: {
|
|
|
|
- customRender: 'contractfpe',
|
|
|
|
|
|
+ dataIndex: 'lrl',
|
|
|
|
+ customRender: (text) => {
|
|
|
|
+ return Number(text).toFixed(1) + '%'
|
|
},
|
|
},
|
|
- // customCell: this.getClickColumn,
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title:'已收款',
|
|
title:'已收款',
|
|
@@ -522,7 +522,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'zcb',
|
|
dataIndex: 'zcb',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return (text/10000).toFixed(2)
|
|
|
|
|
|
+ return (Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -530,7 +530,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'clys',
|
|
dataIndex: 'clys',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return text.toFixed(2)
|
|
|
|
|
|
+ return Number(text).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -565,7 +565,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'wxys',
|
|
dataIndex: 'wxys',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return text.toFixed(2)
|
|
|
|
|
|
+ return Number(text).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -582,7 +582,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'rldlf',
|
|
dataIndex: 'rldlf',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return (text/10000).toFixed(2)
|
|
|
|
|
|
+ return (Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -590,7 +590,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'gdzczj',
|
|
dataIndex: 'gdzczj',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return (text/10000).toFixed(2)
|
|
|
|
|
|
+ return (Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -598,7 +598,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'gzjlwf',
|
|
dataIndex: 'gzjlwf',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return (text/10000).toFixed(2)
|
|
|
|
|
|
+ return (Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -606,7 +606,7 @@ import { number } from 'echarts';
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'glf',
|
|
dataIndex: 'glf',
|
|
customRender: (text) => {
|
|
customRender: (text) => {
|
|
- return (text/10000).toFixed(2)
|
|
|
|
|
|
+ return (Number(text)/10000).toFixed(2)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|