|
|
@ -101,7 +101,7 @@ |
|
|
<el-tab-pane v-for="(item, seq) in doctorCheck.checkItemList" :label="dispLabel(item.itemName)" |
|
|
<el-tab-pane v-for="(item, seq) in doctorCheck.checkItemList" :label="dispLabel(item.itemName)" |
|
|
:name="seq + ''" :key="seq"> |
|
|
:name="seq + ''" :key="seq"> |
|
|
<el-input style="width: 98%;border: 1px solid #232748;" type="textarea" v-model="item.result" |
|
|
<el-input style="width: 98%;border: 1px solid #232748;" type="textarea" v-model="item.result" |
|
|
placeholder="请输入检查结果" :autosize="{ minRows: 8, maxRows: 8 }" /> |
|
|
|
|
|
|
|
|
placeholder="请输入检查结果" :autosize="{ minRows: 6, maxRows: 6 }" /> |
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div></div> |
|
|
<div></div> |
|
|
<div> |
|
|
<div> |
|
|
@ -120,7 +120,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div style="margin-top: -15px;"> |
|
|
<div style="margin-top: -15px;"> |
|
|
<span style="color: #232748;">检查结论:</span> |
|
|
<span style="color: #232748;">检查结论:</span> |
|
|
<el-table row-key="id" :data="doctorCheck.checkSummaryList" size="samll" height="186" width="100%" border> |
|
|
|
|
|
|
|
|
<el-table row-key="id" :data="doctorCheck.checkSummaryList" size="samll" height="140" width="100%" border> |
|
|
<el-table-column width="30" align="center"> |
|
|
<el-table-column width="30" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-tag class="moveSummary" style="height:25px;padding:0 2px;cursor: move;background-color: #EEEEEE;"> |
|
|
<el-tag class="moveSummary" style="height:25px;padding:0 2px;cursor: move;background-color: #EEEEEE;"> |
|
|
@ -275,7 +275,7 @@ export default { |
|
|
return moment(new Date(date)).format(forMat); |
|
|
return moment(new Date(date)).format(forMat); |
|
|
}, |
|
|
}, |
|
|
tableHeight() { |
|
|
tableHeight() { |
|
|
return this.window.pageHeight - 105 - 480 - 76 |
|
|
|
|
|
|
|
|
return this.window.pageHeight - 105 - 480 - 26 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|