358 门诊医生站:传染病报卡标签页未按要求进行屏蔽/隐藏

This commit is contained in:
Ranyunqiao
2026-04-10 15:29:21 +08:00
parent 4395c14744
commit 13e83e0c82

View File

@@ -162,9 +162,9 @@
<el-tab-pane label="会诊" name="consultation">
<Consultation :patientInfo="patientInfo" :activeTab="activeTab" ref="consultationRef" />
</el-tab-pane>
<el-tab-pane label="传染病报卡" name="infectiousReport">
<InfectiousReport :patientInfo="patientInfo" :activeTab="activeTab" ref="infectiousReportRef" @saved="handleInfectiousReportSaved" />
</el-tab-pane>
<!-- <el-tab-pane label="传染病报卡" name="infectiousReport">-->
<!-- <InfectiousReport :patientInfo="patientInfo" :activeTab="activeTab" ref="infectiousReportRef" @saved="handleInfectiousReportSaved" />-->
<!-- </el-tab-pane>-->
</el-tabs>
<div class="overlay" :class="{ 'overlay-disabled': disabled }" v-if="disabled"></div>
</div>