cat-qw-lib 2.5.14 → 2.5.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -496,6 +496,7 @@ const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST = {
|
|
|
496
496
|
applicants: 'w-3',
|
|
497
497
|
finance: 'w-3',
|
|
498
498
|
valuationStatus: 'w-2',
|
|
499
|
+
assignedTo: 'w-3',
|
|
499
500
|
sla: 'w-3',
|
|
500
501
|
appId: 'w-2',
|
|
501
502
|
tasks: 'w-2'
|
|
@@ -508,6 +509,7 @@ const FIELD_DISPLAY_NAMES = {
|
|
|
508
509
|
finance: 'Finance Amount',
|
|
509
510
|
securityAddress: 'Security',
|
|
510
511
|
valuationStatus: 'Val status',
|
|
512
|
+
assignedTo: 'Assign Manager',
|
|
511
513
|
sla: 'SLA',
|
|
512
514
|
pending: 'Age',
|
|
513
515
|
lending: 'Type',
|
|
@@ -522,6 +524,7 @@ const QUEUE_RECORD_TABLE_COLUMN_ORDER = [
|
|
|
522
524
|
'finance',
|
|
523
525
|
'securityAddress',
|
|
524
526
|
'pending',
|
|
527
|
+
'assignedTo',
|
|
525
528
|
'sla',
|
|
526
529
|
'valuationStatus',
|
|
527
530
|
'lending',
|
|
@@ -6723,7 +6726,6 @@ class QueueRecordTableBuilderService extends TableBuilder {
|
|
|
6723
6726
|
SHARED._ID,
|
|
6724
6727
|
SHARED.COMPANY_NAME,
|
|
6725
6728
|
SHARED.APPLICATION_TYPE,
|
|
6726
|
-
SHARED.ASSIGNED_TO,
|
|
6727
6729
|
SHARED.TASK_COMPLETION_PERCENT,
|
|
6728
6730
|
SHARED.RISK_RATING,
|
|
6729
6731
|
SHARED.LENDING,
|