This commit is contained in:
@zuopngfei 2025-06-24 18:51:29 +08:00
parent a0e507cd29
commit 8913fd40a7

View File

@ -308,11 +308,11 @@
</view>
<view class="follow-item-tit">
<text class="label">有无肝囊肿</text>
<text class="value">{{detail.is_have_cyst == 1 '有':'无'}}</text>
<text class="value">{{detail.is_have_cyst == 1 ? '有':'无'}}</text>
</view>
<view class="follow-item-tit">
<text class="label">有无腹水</text>
<text class="value">{{detail.is_have_ascites == 1 '有':'无'}}</text>
<text class="value">{{detail.is_have_ascites == 1 ? '有':'无'}}</text>
</view>
<view class="follow-item-tit">
<text class="label">弹性成像最小值</text>