From 413bcf6062cbe6867ed6f06e816ebb2c0483d202 Mon Sep 17 00:00:00 2001 From: KoWeiJAC <156695133+KoWeiJAC@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:55:35 +0800 Subject: [PATCH] custom report add awp (#2612) --- src/views/Exercise/Reports/Custom.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/Exercise/Reports/Custom.vue b/src/views/Exercise/Reports/Custom.vue index 37463bf6b..e8d01a17a 100644 --- a/src/views/Exercise/Reports/Custom.vue +++ b/src/views/Exercise/Reports/Custom.vue @@ -498,6 +498,12 @@ export default { 'secondAssessorPhone', ], }, + { + name: 'Resignation from the Department for Work and Pensions (DWP)', + keys: [ + 'resignationFromDWP.workingAtDWP', + ], + }, ], keys: { referenceNumber: { label: 'Candidate reference number', type: String, nowrap: true }, @@ -595,6 +601,7 @@ export default { 'equalityAndDiversitySurvey.attendedOutreachEvents': { label: 'Attended outreach events', type: String }, 'equalityAndDiversitySurvey.participatedInJudicialWorkshadowingScheme': { label: 'Participated In judicial workshadowing Scheme', type: String }, 'equalityAndDiversitySurvey.hasTakenPAJE': { label: 'Participated in Pre-Application Judicial Education Programme', type: String }, + 'resignationFromDWP.workingAtDWP': { label: 'Currently work at the Department for Work and Pensions (DWP)?', type: Boolean }, }, }; },