|
|
@ -57,7 +57,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!--模拟弹窗--> |
|
|
<!--模拟弹窗--> |
|
|
<div v-show="hisResultDetailDialogVisible" |
|
|
<div v-show="hisResultDetailDialogVisible" |
|
|
:style="`z-index:2;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:0px;right:${LocalConfig.doctorCheck.hisItemRight}px;width:200px;height: 600px;opacity:1;`"> |
|
|
|
|
|
|
|
|
:style="`z-index:2000;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:0px;right:${LocalConfig.doctorCheck.hisItemRight}px;width:200px;height: 450px;opacity:1;`"> |
|
|
<div style="display: flex;justify-content:space-between;"> |
|
|
<div style="display: flex;justify-content:space-between;"> |
|
|
<div style="margin-left: 5px;">历次明细结果</div> |
|
|
<div style="margin-left: 5px;">历次明细结果</div> |
|
|
<div> |
|
|
<div> |
|
|
@ -69,7 +69,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- 明细历次结果 --> |
|
|
<!-- 明细历次结果 --> |
|
|
<el-table :data="gridData" border width="100%" height="575" size="small" highlight-current-row |
|
|
|
|
|
|
|
|
<el-table :data="gridData" border width="100%" height="425" size="small" highlight-current-row |
|
|
style="border-radius:10px;"> |
|
|
style="border-radius:10px;"> |
|
|
<el-table-column prop="checkDate" label="检查日期" min-width="90" align="center" /> |
|
|
<el-table-column prop="checkDate" label="检查日期" min-width="90" align="center" /> |
|
|
<el-table-column prop="itemResult" label="项目结果" min-width="100"> |
|
|
<el-table-column prop="itemResult" label="项目结果" min-width="100"> |
|
|
|