|
@@ -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">
|
|
|
临床路径管理:
|