|
@@ -615,12 +615,12 @@ const getTotal = () => {
|
|
|
},
|
|
|
{
|
|
|
label: "金额",
|
|
|
- num: res.sumArrivalAmount.toFixed(2),
|
|
|
+ num: res.sumAmount.toFixed(2),
|
|
|
color: "rgb(171 0 255)",
|
|
|
},
|
|
|
{
|
|
|
label: "到账金额",
|
|
|
- num: res.sumAmount.toFixed(2),
|
|
|
+ num: res.sumArrivalAmount.toFixed(2),
|
|
|
color: "rgb(171 0 255)",
|
|
|
},
|
|
|
],
|