unknown 3 年之前
父節點
當前提交
4a218f3083
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/mcp/patients-table.blade.php

+ 2 - 2
resources/views/app/mcp/patients-table.blade.php

@@ -89,11 +89,11 @@
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_bp_value_pulse }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at, false) }}</td>
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_weight_value ? round($patient->most_recent_cellular_weight_value, 2) : '--' }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at, false) }}</td>
 
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_cm ? 'Yes' : 'No'}}</td>--}}
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_rm ? 'Yes' : 'No'}}</td>--}}