wewe
This commit is contained in:
parent
a0e507cd29
commit
8913fd40a7
@ -308,11 +308,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="follow-item-tit">
|
<view class="follow-item-tit">
|
||||||
<text class="label">有无肝囊肿</text>
|
<text class="label">有无肝囊肿</text>
|
||||||
<text class="value">{{detail.is_have_cyst == 1 '有':'无'}}</text>
|
<text class="value">{{detail.is_have_cyst == 1 ? '有':'无'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="follow-item-tit">
|
<view class="follow-item-tit">
|
||||||
<text class="label">有无腹水</text>
|
<text class="label">有无腹水</text>
|
||||||
<text class="value">{{detail.is_have_ascites == 1 '有':'无'}}</text>
|
<text class="value">{{detail.is_have_ascites == 1 ? '有':'无'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="follow-item-tit">
|
<view class="follow-item-tit">
|
||||||
<text class="label">弹性成像最小值</text>
|
<text class="label">弹性成像最小值</text>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user