# Conflicts:
#	src/views/summary/reprot-print/report-print.vue
This commit is contained in:
lichuanyang 2025-03-14 18:45:18 +08:00
commit ec9c23465e
2 changed files with 10 additions and 9 deletions

View File

@ -89,10 +89,6 @@
<div class="report-content" v-if="selectedPatient">
<!-- 基本信息 -->
<div class="basic-info">
<div class="photo-box">
<img v-if="reportData.headPicUrl" :src="reportData.headPicUrl" alt="头像" class="photo"/>
<div v-else class="no-photo">个人照片</div>
</div>
<div class="info-grid">
<div class="info-row">
<div class="info-item">
@ -107,7 +103,6 @@
<label>姓名</label>
<span>{{ reportData.pname }}</span>
</div>
</div>
<div class="info-row">
<div class="info-item">
@ -1060,7 +1055,7 @@ const handleSync = async () => {
return null
}),
//
PatientApi.GetApiYbjcInfo(medicalSn, '15262719621023461x')//
PatientApi.GetApiYbjcInfo(medicalSn, selectedPatient.value?.cardId)//
.catch(error => {
console.warn('获取一般检查报告失败:', error)
return null
@ -1865,7 +1860,7 @@ border-left-color: #409EFF;
.basic-info {
display: flex;
gap: 20px;
padding: 20px;
padding: 10px;
background: #F8F9FA;
border-radius: 4px;
}
@ -1979,10 +1974,10 @@ flex: 1;
}
.result-table {
margin: 20px 0;
margin: 2px 0;
border: 1px solid #ebeef5;
border-radius: 4px;
height: 520px; /* 固定高度与Charge.vue保持一致 */
height: 366px; /* 固定高度与Charge.vue保持一致 */
display: flex;
flex-direction: column;
background: #fff;
@ -2507,6 +2502,7 @@ cursor: not-allowed;
flex-direction: column;
height: 100%;
overflow: hidden;
padding: 3px;
}
.tabs-container {

View File

@ -156,6 +156,11 @@ const handleQuery = () => {
queryParams.pageNo = 1
getList()
}
<<<<<<< HEAD
=======
/** 添加/修改操作 */
const formRef = ref()
>>>>>>> bf92e612362b10f9fc040f7c99a393b750708a39
/** 初始化 **/
onMounted(() => {