add plate and city columns and print excel and sorting based on score column
This commit is contained in:
@@ -171,6 +171,7 @@ export const UPDATE_LOAN_MANAGEMENT_NAVGAN =
|
||||
BASE_URL + "/dashboard/navgan_loans/update"
|
||||
export const GET_LOAN_STATE_NAVGAN =
|
||||
BASE_URL + "/dashboard/loan_states/navgan"
|
||||
export const EXPORT_LOAN_MANAGEMENT_HISTORY = BASE_URL + "/dashboard/navgan_loans/export"
|
||||
//loan management navgan
|
||||
|
||||
//expert management
|
||||
@@ -229,3 +230,4 @@ export const GET_LOAN_DISTRIBUTION = BASE_URL + "/dashboard/reports/navgan/loan_
|
||||
//loan history
|
||||
export const GET_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans"
|
||||
export const GET_HISTORY_DETAIL = BASE_URL + "/dashboard/navgan_loans"
|
||||
export const EXPORT_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans/export"
|
||||
|
||||
Reference in New Issue
Block a user