|
@@ -29,9 +29,8 @@ $formID = rand(0, 100000);
|
|
<thead>
|
|
<thead>
|
|
<tr class="bg-light">
|
|
<tr class="bg-light">
|
|
<th class="px-2 text-secondary border-bottom-0 width-30px text-center">#</th>
|
|
<th class="px-2 text-secondary border-bottom-0 width-30px text-center">#</th>
|
|
- <th class="px-2 text-secondary border-bottom-0">Medication</th>
|
|
|
|
- <th class="px-2 text-secondary border-bottom-0">Strength/From</th>
|
|
|
|
- <th class="px-2 text-secondary border-bottom-0">Frequency</th>
|
|
|
|
|
|
+ <th class="px-2 text-secondary border-bottom-0 w-35">Medication</th>
|
|
|
|
+ <th class="px-2 text-secondary border-bottom-0">Strength/Form/Freq.</th>
|
|
<th class="px-2 text-secondary border-bottom-0 w-35">Detail</th>
|
|
<th class="px-2 text-secondary border-bottom-0 w-35">Detail</th>
|
|
<th class="px-2 text-secondary border-bottom-0"></th>
|
|
<th class="px-2 text-secondary border-bottom-0"></th>
|
|
</tr>
|
|
</tr>
|
|
@@ -48,8 +47,6 @@ $formID = rand(0, 100000);
|
|
<input type="text" :data-index="index"
|
|
<input type="text" :data-index="index"
|
|
class="form-control form-control-sm"
|
|
class="form-control form-control-sm"
|
|
data-field="strength" v-model="item.strength">
|
|
data-field="strength" v-model="item.strength">
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
<input type="text" :data-index="index"
|
|
<input type="text" :data-index="index"
|
|
class="form-control form-control-sm"
|
|
class="form-control form-control-sm"
|
|
list="frequency-options"
|
|
list="frequency-options"
|