feat: handler dynamic action columnin payback confirmation, and add column name
This commit is contained in:
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',
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user