报告单样式
This commit is contained in:
parent
b59fc1eba2
commit
6e3b489177
@ -63,14 +63,29 @@
|
||||
"
|
||||
:width="90"
|
||||
/>
|
||||
<div class="-mt-6px -mb-8px" style="font-size: 11px">扫码查看云胶片</div>
|
||||
<div class="-mt-6px mb-1px" style="font-size: 11px">扫码查看云胶片</div>
|
||||
</div>
|
||||
<p v-if="false" style="text-align: right">医生签名:{{ infoParams.reviewDoctor }}</p>
|
||||
<hr />
|
||||
<el-row style="font-size: 14px">
|
||||
<el-col :span="6" class="pl-6px">报告医师:{{ infoParams.diagDoctor }}</el-col>
|
||||
<el-col :span="6">
|
||||
报告日期:{{ formatDate(infoParams.diagDate as unknown as Date, 'YYYY-MM-DD') }}
|
||||
</el-col>
|
||||
<el-col :span="6">审核医师:{{ infoParams.reviewDoctor }}</el-col>
|
||||
<el-col :span="6">
|
||||
审核日期:{{ formatDate(infoParams.reviewDate as unknown as Date, 'YYYY-MM-DD') }}
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div style="font-size: 11px; text-align: center; margin-top: 16px; margin-bottom: -14px">
|
||||
本报告只作临床参考,不作证明材料
|
||||
</div>
|
||||
<p style="text-align: right">医生签名:{{ infoParams.reviewDoctor }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { formatDate } from '@/utils/formatTime'
|
||||
import { ultrasoniccomApi } from '@/api/ultrasoniccom'
|
||||
|
||||
defineOptions({ name: 'ReportInfoUS' })
|
||||
@ -183,7 +198,7 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
.ultrasound-recommendation {
|
||||
margin-bottom: 178px;
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
|
||||
.ultrasound-findings p,
|
||||
|
Loading…
Reference in New Issue
Block a user