feat: handler dynamic action columnin payback confirmation, and add column name
This commit is contained in:
parent
a0e42fff8e
commit
6b22d2e264
7
src/constants/payback.js
Normal file
7
src/constants/payback.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
export const PAYBACK_STATUS = {
|
||||||
|
0: 'Pending',
|
||||||
|
1: 'Success',
|
||||||
|
2: 'Failed',
|
||||||
|
3: 'Approved',
|
||||||
|
4: 'Rejected',
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user