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