|
|
|
@ -597,7 +597,7 @@ export default {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
value:Number(money_total_2) ? ((( curPlan_total / Number(money_total_2 ||0)) * 10000) / 100).toFixed(2) :
|
|
|
|
value:Number(money_total_2) ? ((( curPlan_total / Number(money_total_2 ||0)) * 10000) / 100).toFixed(2) :
|
|
|
|
((( curPlan_total / Number(money_total_1 ||0)) * 10000) / 100).toFixed(2),
|
|
|
|
((( curPlan_total / Number(money_total_1 ||0)) * 10000) / 100).toFixed(2),
|
|
|
|
money:paid_plan_total
|
|
|
|
money:curPlan_total
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
@ -619,7 +619,7 @@ export default {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
value:Number(money_total_2) ? (((nextPlan_total / Number(money_total_2||0)) * 10000) / 100).toFixed(2) :
|
|
|
|
value:Number(money_total_2) ? (((nextPlan_total / Number(money_total_2||0)) * 10000) / 100).toFixed(2) :
|
|
|
|
(((nextPlan_total / Number(money_total_1||0)) * 10000) / 100).toFixed(2),
|
|
|
|
(((nextPlan_total / Number(money_total_1||0)) * 10000) / 100).toFixed(2),
|
|
|
|
money:paid_plan_total_next
|
|
|
|
money:nextPlan_total
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|