问题修复

This commit is contained in:
zhanchao 2026-09-01 16:31:54 +08:00
parent 0126068ae6
commit 8e42f147af

View File

@ -47,7 +47,7 @@
</view> </view>
<view class="detail-row"> <view class="detail-row">
<text class="detail-label">录单人</text> <text class="detail-label">录单人</text>
<text class="detail-value"><WwUser :openid="item.creator || item.billdCreator || item.billDoctorId" :fallback="item.creatorName || item.billdCreatorName || '--'" /></text> <view class="detail-value"><WwUser :openid="item.creator || item.billdCreator || item.billDoctorId" :fallback="item.creatorName || item.billdCreatorName || '--'" /></view>
</view> </view>
</template> </template>
@ -70,7 +70,7 @@
</view> </view>
<view class="detail-row"> <view class="detail-row">
<text class="detail-label">治疗医生</text> <text class="detail-label">治疗医生</text>
<text class="detail-value"><WwUser :openid="item.treatmentDoctorUserId || item.doctorUserId || item.doctorId || item.executorUserId" :fallback="item.doctorName || item.treatmentDoctorName || '--'" /></text> <view class="detail-value"><WwUser :openid="item.treatmentDoctorUserId || item.doctorUserId || item.doctorId || item.executorUserId" :fallback="item.doctorName || item.treatmentDoctorName || '--'" /></view>
</view> </view>
<view v-if="item.treatmentRemark" class="remark">{{ item.treatmentRemark }}</view> <view v-if="item.treatmentRemark" class="remark">{{ item.treatmentRemark }}</view>
</template> </template>
@ -447,6 +447,6 @@ watch(() => props.archiveId, (value, oldValue) => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-shadow: 0 20rpx 36rpx rgba(8, 119, 241, 0.3); box-shadow: 0 20rpx 36rpx rgba(8, 119, 241, 0.3);
z-index: 1000; z-index: 9999;
} }
</style> </style>