feat: handler dynamic action columnin payback confirmation, and add column name

This commit is contained in:
caturbgs 2021-12-23 01:24:03 +07:00
parent a0e42fff8e
commit 6b22d2e264

7
src/constants/payback.js Normal file
View File

@ -0,0 +1,7 @@
export const PAYBACK_STATUS = {
0: 'Pending',
1: 'Success',
2: 'Failed',
3: 'Approved',
4: 'Rejected',
}