|
@@ -181,6 +181,7 @@
|
|
<th class="border-0 px-2 text-secondary">Patient</th>
|
|
<th class="border-0 px-2 text-secondary">Patient</th>
|
|
<th class="border-0 px-2 text-secondary">Category</th>
|
|
<th class="border-0 px-2 text-secondary">Category</th>
|
|
<th class="border-0 px-2 text-secondary">Value</th>
|
|
<th class="border-0 px-2 text-secondary">Value</th>
|
|
|
|
+ <th class="border-0 px-2 text-secondary">Timestamp</th>
|
|
<th class="border-0 px-2 text-secondary">Mins this month</th>
|
|
<th class="border-0 px-2 text-secondary">Mins this month</th>
|
|
<th class="border-0 px-2 text-secondary text-center">Stamp</th>
|
|
<th class="border-0 px-2 text-secondary text-center">Stamp</th>
|
|
<th class="border-0 px-2 text-secondary text-center">Entry</th>
|
|
<th class="border-0 px-2 text-secondary text-center">Entry</th>
|
|
@@ -213,6 +214,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ @{{measurement.timestamp}}
|
|
|
|
+ </td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
@{{Math.floor(measurement.careMonth.rm_total_time_in_seconds/60).toFixed(0)}}
|
|
@{{Math.floor(measurement.careMonth.rm_total_time_in_seconds/60).toFixed(0)}}
|
|
</td>
|
|
</td>
|