From 666c917472aab939e4c731999105a3090f3f4730 Mon Sep 17 00:00:00 2001 From: inportb Date: Wed, 3 May 2023 23:18:54 -0400 Subject: [PATCH] Schedule view datalist element --- htdocs/ViewSchedule.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/ViewSchedule.vue b/htdocs/ViewSchedule.vue index a610714..7c0377e 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -4,6 +4,7 @@
⚠ last updated
CLEAR {{filter_array.length}} TAG{{filter_array.length > 1 ? 'S' : ''}}❌ {{key.toUpperCase()}}
+ @@ -18,7 +19,7 @@ - +
TimeClinicPatientNoteAssignee
{{row.RESOURCENAME}} {{row.PATIENTNAME}} {{row.HRN.slice(-4)}} {{row.NOTE}}{{value}}
@@ -60,8 +61,6 @@