Browse Source

病案审核更新临床路径

‘chenzhilei’ 1 week ago
parent
commit
dcddb88879
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/components/inpatient/frontsheet-printpage/FullPage.vue

+ 9 - 9
src/components/inpatient/frontsheet-printpage/FullPage.vue

@@ -1477,15 +1477,15 @@
           同城互认:
           1.无
 
-          <input type="checkbox" :checked="patient.tchrw" disabled />
-          <span style="margin-left: 12px">2.影像检查</span>
-          <input type="checkbox" :checked="patient.tchryxjc" disabled />
-          <span style="margin-left: 12px">3.检验检查</span>
-          <input type="checkbox" :checked="patient.tchrjyjc" disabled />
-          <span style="margin-left: 12px">4.病理检查</span>
-          <input type="checkbox" :checked="patient.tchrbljc" disabled />
-          <span style="margin-left: 12px">9.其他</span>
-          <input type="checkbox" :checked="patient.tchrqt" disabled />
+          <input type="checkbox" :checked="patient.tchrw=='1'?true:false"/>
+            <span style="margin-left: 12px">2.影像检查</span>
+            <input type="checkbox" :checked="patient.tchryxjc=='1'?true:false"/>
+            <span style="margin-left: 12px">3.检验检查</span>
+            <input type="checkbox" :checked="patient.tchrjyjc=='1'?true:false"/>
+            <span style="margin-left: 12px">4.病理检查</span>
+            <input type="checkbox" :checked="patient.tchrbljc=='1'?true:false"/>
+            <span style="margin-left: 12px">9.其他</span>
+            <input type="checkbox" :checked="patient.tchrqt=='1'?true:false"/>
         </div>
         <div style="margin: 8px 8px 8px 0">
           临床路径管理: