소스 검색

added multiline for plan/goals

Josh 4 년 전
부모
커밋
7014128954
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      resources/views/app/patient/partials/dx-table-row.blade.php

+ 4 - 4
resources/views/app/patient/partials/dx-table-row.blade.php

@@ -3,10 +3,10 @@
         <td class="px-2">{{$line->content_text}}</td>
         <td class="px-2">{{ @$line->contentDetail()->{"ICD"} }}</td>
         <td class="px-2">{{ @$line->contentDetail()->{"Chronic or Acute"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"Prognosis"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"History"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"Treatment Goal"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"Treatment Plan"} }}</td>
+        <td class="px-2"><pre>{{ @$line->contentDetail()->{"Prognosis"} }}</pre></td>
+        <td class="px-2"><pre>{{ @$line->contentDetail()->{"History"} }}</pre></td>
+        <td class="px-2"><pre>{{ @$line->contentDetail()->{"Treatment Goal"} }}</pre></td>
+        <td class="px-2"><pre>{{ @$line->contentDetail()->{"Treatment Plan"} }}</pre></td>
         @if(@$showCreated)
         <td class="px-2">{{ $line->createdBySession && $line->createdBySession->pro ? $line->createdBySession->pro->displayName() : '-'}}</td>
         <td class="px-2">{{ friendly_date_time($line->created_at) }}</td>