| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-col> |
| | | <el-col :span="20" class="card_box patTabel" v-loading="loading" > |
| | | <el-empty v-if="tableData.length <= 0" description="暂无检验数据" /> |
| | | <el-col :span="20" class="patTabel" v-loading="loading" > |
| | | <el-table stripe border :data="tableData" class="patient_table" :row-class-name="feeItemTableRowClassName"> |
| | | <el-table-column min-width="110" fixed prop="itemType" label="检验日期"> |
| | | <template #default="scope"> |
| | |
| | | height -= demoFormDom.scrollHeight; |
| | | } |
| | | |
| | | height = height - 200; |
| | | height = height - 140; |
| | | tableHeight.value = height; |
| | | }; |
| | | |