|
@@ -76,7 +76,7 @@
|
|
|
</el-form>
|
|
|
</template>
|
|
|
|
|
|
- <template #main>
|
|
|
+ <template #main="{height}">
|
|
|
<pat-infomation-dialog
|
|
|
v-if="dialog"
|
|
|
@closed="dialog = false"
|
|
@@ -85,9 +85,8 @@
|
|
|
:times="rowData.admissTimes"
|
|
|
:leave-hospital="param.leaveHospital ? 2 : 1"
|
|
|
:dics="dics"/>
|
|
|
-
|
|
|
<xc-table :local-data="patInfoList"
|
|
|
- :final-height="getWindowSize.h / 1.2">
|
|
|
+ :final-height="height">
|
|
|
<el-table-column label="操作" fixed="left" width="60">
|
|
|
<template #default="{row}">
|
|
|
<el-button @click="details(row)" text type="primary" plain>详情</el-button>
|