超声检查报告单-样式
This commit is contained in:
parent
bbd151236d
commit
b59fc1eba2
@ -5,15 +5,17 @@
|
|||||||
<div style="margin: 4px 6px">
|
<div style="margin: 4px 6px">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="7">门诊号:{{ infoParams.regId }}</el-col>
|
<el-col :span="7">门诊号:{{ infoParams.regId }}</el-col>
|
||||||
<el-col :span="7">姓名:{{ infoParams.pname }}</el-col>
|
<el-col :span="5">姓名:{{ infoParams.pname }}</el-col>
|
||||||
<el-col :span="5">性别:{{ infoParams.gender }}</el-col>
|
<el-col :span="6">性别:{{ infoParams.gender }}</el-col>
|
||||||
<el-col :span="5">年龄:{{ age }}岁</el-col>
|
<el-col :span="6">年龄:{{ age }}岁</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="7">检查号:{{ infoParams.examId }}</el-col>
|
<el-col :span="12">检查号:{{ infoParams.examId }}</el-col>
|
||||||
<el-col :span="7">检查项目:{{ infoParams.examItemName }}</el-col>
|
<el-col :span="12">检查项目:{{ infoParams.examItemName }}</el-col>
|
||||||
<el-col :span="5">设备:{{ infoParams.deviceName }}</el-col>
|
</el-row>
|
||||||
<el-col :span="5">送检科室:{{ infoParams.billDoctorDepartment }}</el-col>
|
<el-row>
|
||||||
|
<el-col :span="12">设备:{{ infoParams.deviceName }}</el-col>
|
||||||
|
<el-col :span="12">送检科室:{{ infoParams.billDoctorDepartment }}</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user