|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<el-table :data="bigTexts" style="width: 100%;" highlight-current-row @row-click="rowClick" height="260"> |
|
|
|
<div style="margin-top: -10px;"> |
|
|
|
<el-table :data="bigTexts" style="width: 100%;" highlight-current-row @row-click="rowClick" height="240"> |
|
|
|
<el-table-column type="index" label="序号" width="40" align="center" /> |
|
|
|
<el-table-column prop="bigtextResultTypeName" label="词条类别" min-width="80" align="center" /> |
|
|
|
<el-table-column prop="bigtextResultTemplateName" label="词条模版" min-width="150" align="center" /> |
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-input style="width: 100%" type="textarea" v-model="doctorCheck.checkItemList[refParams.index].result" |
|
|
|
placeholder="请输入检查结果" :autosize="{ minRows: 9, maxRows: 9 }" /> |
|
|
|
placeholder="请输入检查结果" :autosize="{ minRows: 8, maxRows: 8 }" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="margin-left: 8px; width: 50%;"> |
|
|
|
@ -36,9 +36,8 @@ |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
<el-table row-key="id" :data="doctorCheck.checkSummaryList" size="samll" height="186" |
|
|
|
<el-table row-key="id" :data="doctorCheck.checkSummaryList" size="samll" height="150" |
|
|
|
width="100%" border> |
|
|
|
<el-table-column width="30" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
|