| | |
| | | <el-table-column label="项目结果" align="center" prop="proResult" /> |
| | | <!-- <el-table-column label="结论" align="center" prop="conclusion" /> --> |
| | | </el-table> |
| | | <div style="height: 390px; margin-top: 10px"> |
| | | <div style="height: 200px; margin-top: 10px"> |
| | | <el-image |
| | | v-loading="loading" |
| | | style="height: 390px; width: 100%" |
| | | style="height: 200px; width: 100%" |
| | | :src="imgsrc + tjNumber + '.png'" |
| | | :preview-src-list="[imgsrc + tjNumber + '.png']" |
| | | ></el-image> |
| | | </div> |
| | | |
| | | <div style="margin-top: 20px"> |
| | | <div style="margin-top: 10px"> |
| | | <el-form |
| | | :model="form" |
| | | ref="queryForm" |