|
@@ -39,10 +39,10 @@
|
|
|
<tr>
|
|
|
<th class="border-0 text-secondary width-150px">Created</th>
|
|
|
<th class="border-0 text-secondary" :class="currentPrescription ? 'width-200px' : ''">Clinical</th>
|
|
|
- <th v-if="!currentPrescription">Prescriber</th>
|
|
|
- <th v-if="!currentPrescription">Status</th>
|
|
|
- <th v-if="!currentPrescription">Sign</th>
|
|
|
- <th v-if="!currentPrescription">Client Status</th>
|
|
|
+ <th v-if="!currentPrescription" class="border-0 text-secondary">Prescriber</th>
|
|
|
+ <th v-if="!currentPrescription" class="border-0 text-secondary">Status</th>
|
|
|
+ <th v-if="!currentPrescription" class="border-0 text-secondary">Sign</th>
|
|
|
+ <th v-if="!currentPrescription" class="border-0 text-secondary">Client Status</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|