|
@ -21,10 +21,10 @@ |
|
|
<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="450" src="@/assets/img/xianganlogo.png"> |
|
|
</div> |
|
|
</div> |
|
|
<p style="color:#000000;font-size:32px;margin:16px 0;text-align:center;"> |
|
|
|
|
|
|
|
|
<p style="color:#000000;font-size:32px;text-align:center;"> |
|
|
双眼视功能检查报告单 |
|
|
双眼视功能检查报告单 |
|
|
</p> |
|
|
</p> |
|
|
<div style="display: flex;justify-content: space-around"> |
|
|
|
|
|
|
|
|
<div style="display: flex;justify-content: space-around;margin-top: 16px"> |
|
|
<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> |
|
|