Quellcode durchsuchen

Rx table structure change

Vijayakrishnan vor 4 Jahren
Ursprung
Commit
2d8b05567b
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  1. 2 5
      resources/views/app/patient/canvas-sections/rx/form.blade.php

+ 2 - 5
resources/views/app/patient/canvas-sections/rx/form.blade.php

@@ -29,9 +29,8 @@ $formID = rand(0, 100000);
         <thead>
         <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">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"></th>
         </tr>
@@ -48,8 +47,6 @@ $formID = rand(0, 100000);
                 <input type="text" :data-index="index"
                        class="form-control form-control-sm"
                        data-field="strength" v-model="item.strength">
-            </td>
-            <td>
                 <input type="text" :data-index="index"
                        class="form-control form-control-sm"
                        list="frequency-options"