src/views/salesManagement/receiptPayment/index.vue
@@ -430,7 +430,7 @@ const { receipt_payment_type } = proxy.useDict("receipt_payment_type"); const formattedNumber = (row, column, cellValue) => { return parseFloat(cellValue).toFixed(5); return parseFloat(cellValue).toFixed(2); }; const getStatusTagType = (statusName = '') => {