首页、统计--所有的【合同金额】 修改成 【年度待确收金额】
This commit is contained in:
@@ -271,7 +271,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: {customRender: 'pack'}
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
dataIndex: 'allMoney',
|
||||
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
let dataSource = res.result.list
|
||||
// 讲树形结构的数据 ,修改成table可以直接展示的数据,默认只有三行数据
|
||||
let tableData = [
|
||||
{indexName: '合同金额', total: res.result.sumOfMoney},
|
||||
{indexName: '年度待确收金额', total: res.result.sumOfMoney},
|
||||
{indexName: '确认收入金额', total: res.result.sumOfConfirmAmount},
|
||||
{indexName: '开票金额', total: res.result.sumOfBillMoney},
|
||||
{indexName: '到账金额', total: res.result.sumOfReallyMoney},
|
||||
|
||||
@@ -128,7 +128,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: {customRender: 'text'}
|
||||
},
|
||||
{
|
||||
title: '合同总金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
dataIndex: 'allMoney',
|
||||
|
||||
+1
-1
@@ -190,7 +190,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'status-pack' }
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
sorter: true,
|
||||
|
||||
+1
-1
@@ -171,7 +171,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
dataIndex: 'allMoney',
|
||||
|
||||
@@ -219,7 +219,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'status-pack' }
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
dataIndex: 'allMoney',
|
||||
|
||||
+1
-1
@@ -193,7 +193,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'pack' }
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
sorter: true,
|
||||
|
||||
+1
-1
@@ -172,7 +172,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: '合同总金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
sorter: true,
|
||||
|
||||
+1
-1
@@ -209,7 +209,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: '合同金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
sorter: true,
|
||||
|
||||
+1
-1
@@ -198,7 +198,7 @@ const defaultTableColumns = [
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: '合同总金额',
|
||||
title: '年度待确收金额',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
sorter: true,
|
||||
|
||||
Reference in New Issue
Block a user