This commit is contained in:
2022-09-24 00:12:36 -04:00
parent 91f2c45e4f
commit 9687d9638e
5 changed files with 7 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
<table class="table" style="font-family: monospace;" v-if="appointments && appointments.length > 0">
<thead>
<tr><th>Time</th><th>Clinic</th><th>Patient</th><th>Note</th><th>Assignee</th></tr>
</thead>
</thead>
<tbody>
<tr v-for="row in appointments" :style="{ backgroundColor: strHashHSL(row.Clinic, '90%') }">
<td>{{row.ApptDate}}</td>