From a0e9229b642ffb131c0adc0dac7dd69d738ede8f Mon Sep 17 00:00:00 2001 From: echo liang Date: Fri, 22 Sep 2023 11:23:29 -0700 Subject: [PATCH] Updated osuUpdateDate --- cccm-frontend/src/components/RNAList.vue | 4 ++-- cccm-frontend/src/components/common/templateFormInfo.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cccm-frontend/src/components/RNAList.vue b/cccm-frontend/src/components/RNAList.vue index d2e19b22..11973a0d 100644 --- a/cccm-frontend/src/components/RNAList.vue +++ b/cccm-frontend/src/components/RNAList.vue @@ -313,7 +313,7 @@ export default { { text: 'RNA Form', align: 'start', sortable: true, value: 'module' }, { text: 'Assessment Status', sortable: true, value: 'assessmentStatusDisplay' }, { text: 'Status', sortable: true, value: 'status' }, - { text: 'Updated Date', sortable: true, value: 'updatedDateDisplay' }, + { text: 'Updated Date', sortable: true, value: 'osuUpdateDate' }, { text: 'Created Location', sortable: true, value: 'location' }, { text: 'Created By', sortable: true, value: 'createdBy' }, { text: 'Supervision Level', sortable: true, value: 'supervisionRating' }, @@ -616,7 +616,7 @@ export default { if (el.complete) { el.status = this.$FORM_STATUS_COMPLETE; } - el.updatedDateDisplay = (el.osuUpdateDate) ? el.osuUpdateDate : (el.completedDate) ? el.completedDate : el.createdDate; + //el.updatedDateDisplay = (el.osuUpdateDate) ? el.osuUpdateDate : (el.completedDate) ? el.completedDate : el.createdDate; el.assessmentStatusDisplay = this.getAssessmentStatus(el.reassessment, el.module); // CRNA or SARA form, there should be only CRNA or SARA rating returned diff --git a/cccm-frontend/src/components/common/templateFormInfo.json b/cccm-frontend/src/components/common/templateFormInfo.json index 732a78a6..dda5ad36 100644 --- a/cccm-frontend/src/components/common/templateFormInfo.json +++ b/cccm-frontend/src/components/common/templateFormInfo.json @@ -72,7 +72,7 @@ "value": "" } ], - "content": "
Updated Date: {{data.updatedDate}}
Office Location: {{data.location}}
", + "content": "
Updated Date: {{data.osuUpdateDate}}
Office Location: {{data.location}}
", "refreshOnChange": true, "key": "html1", "type": "htmlelement",