optimize bug

This commit is contained in:
java110 2023-03-25 18:43:02 +08:00
parent 7d9e99e1ab
commit 6299ecc926
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<td class="text-center">{{oweFee.feeId}}</td>
<td class="text-center">{{_getEndTime(oweFee)}}</td>
<td class="text-center"> {{_getDeadlineTime(oweFee)}}</td>
<td class="text-center">{{oweFee.feePrice}}</td>
<td class="text-center">{{oweFee.feeTotalPrice}}</td>
</tr>
</tbody>
<tfoot>

View File

@ -74,7 +74,7 @@
$that.owePayFeeOrderInfo.toFixedSign = _fees[0].val;
$that.owePayFeeOrderInfo.oweFees.forEach(item => {
//item.feePrice = $that._getFixedNum(item.feePrice);
item.receivableAmount = item.feePrice;
item.receivableAmount = item.feeTotalPrice;
item.feePrice = item.feeTotalPrice;
$that.owePayFeeOrderInfo.selectPayFeeIds.push(item.feeId);