|
@ -19,19 +19,19 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div id="eyesFunc" style="width: 840px;padding-right: 8px" class="printBox"> |
|
|
<div id="eyesFunc" style="width: 840px;padding-right: 8px" class="printBox"> |
|
|
<div v-if="!isDev" class="flex j-c"> |
|
|
<div v-if="!isDev" class="flex j-c"> |
|
|
<img width="450" src="@/assets/img/xianganlogo.png"> |
|
|
|
|
|
|
|
|
<img width="650" src="@/assets/img/xianganlogo2.jpg"> |
|
|
</div> |
|
|
</div> |
|
|
<p style="color:#000000;font-size:32px;text-align:center;"> |
|
|
<p style="color:#000000;font-size:32px;text-align:center;"> |
|
|
双眼视功能检查报告单 |
|
|
双眼视功能检查报告单 |
|
|
</p> |
|
|
</p> |
|
|
<div style="display: flex;justify-content: space-around;margin-top: 16px"> |
|
|
|
|
|
|
|
|
<div style="display: flex;justify-content: space-around;margin-top: 5px"> |
|
|
<span class="bold">登记号:<el-input v-model="formData.patientId" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">登记号:<el-input v-model="formData.patientId" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">姓名:<el-input v-model="formData.patientName" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">姓名:<el-input v-model="formData.patientName" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">性别:<el-input v-model="formData.patientSex" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">性别:<el-input v-model="formData.patientSex" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">年龄:<el-input v-model="formData.patientAge" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
<span class="bold">年龄:<el-input v-model="formData.patientAge" style="width: 120px" size="small" clearable placeholder="" /></span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="operation-record-table eyesTable"> |
|
|
<div class="operation-record-table eyesTable"> |
|
|
<el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 20px"> |
|
|
|
|
|
|
|
|
<el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 5px"> |
|
|
<el-table-column label="" width="180" align="center" :resizable="false"> |
|
|
<el-table-column label="" width="180" align="center" :resizable="false"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div v-if="scope.row.name == '1'"> |
|
|
<div v-if="scope.row.name == '1'"> |
|
|