|
@@ -72,6 +72,16 @@ const Qw: React.FC = () => {
|
|
|
title: '本渠道裂变率',
|
|
|
dataIndex: 'score',
|
|
|
key: 'score',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '预估单价',
|
|
|
+ dataIndex: 'unitPrice',
|
|
|
+ key: 'unitPrice',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '建议结算金额',
|
|
|
+ dataIndex: 'settlementAmount',
|
|
|
+ key: 'settlementAmount',
|
|
|
},
|
|
|
];
|
|
|
|
|
@@ -119,6 +129,16 @@ const Qw: React.FC = () => {
|
|
|
dataIndex: 'score',
|
|
|
key: 'score',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '预估单价',
|
|
|
+ dataIndex: 'unitPrice',
|
|
|
+ key: 'unitPrice',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '建议结算金额',
|
|
|
+ dataIndex: 'settlementAmount',
|
|
|
+ key: 'settlementAmount',
|
|
|
+ }
|
|
|
];
|
|
|
|
|
|
const fetchQwData = async (page = 1, pageSize = 10, type = 0) => {
|