xg
This commit is contained in:
parent
af71bf7929
commit
65266fe485
@ -42,8 +42,8 @@
|
|||||||
<span v-if="list.patientName">{{list.patientName}}</span>
|
<span v-if="list.patientName">{{list.patientName}}</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
年龄:{{list.age}}
|
年龄:
|
||||||
<span v-if="list.age>=0">{{list.age}}</span>
|
<span v-if="list.age&&list.age>=0">{{list.age}}</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
电话:
|
电话:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user