调整报告详情显示

main
yanzai 1 year ago
parent 67332ab627
commit 073ea0328a

@ -192,7 +192,7 @@ class ReportController extends Controller
$suojian = []; $suojian = [];
$zhenduan = []; $zhenduan = [];
foreach ($items as $item) { foreach ($items as $item) {
$suojian[] = $item->所见; $suojian[] = empty($item->所见)?$item->结果值:$item->所见;
$jielun[] = $item->结论; $jielun[] = $item->结论;
} }

@ -416,7 +416,7 @@ onShow(() => {
<view class="font-500 text-24rpx line-height-[2]"> <view class="font-500 text-24rpx line-height-[2]">
{{ obj["基础项目名称"] }} {{ obj["基础项目名称"] }}
<span class="text-#737373 text-18rpx" <span class="text-#737373 text-18rpx"
>( {{ obj["结果值单位"] }})</span >({{obj["结果值"]}} {{ obj["结果值单位"] }})</span
> >
</view> </view>

Loading…
Cancel
Save