修改
This commit is contained in:
parent
6abec24b9e
commit
ebf8adf248
@ -9,12 +9,14 @@
|
||||
{{appPersonallist.patientName}}
|
||||
</view>
|
||||
<view class="nickname" style="top:250rpx">
|
||||
<span style='padding-right: 10rpx;'>
|
||||
<span style='padding-right: 10rpx;' v-if="appPersonallist.age!=null&&appPersonallist.age>=0">
|
||||
{{appPersonallist.age}}
|
||||
</span>岁
|
||||
<span style='padding-left: 30rpx;'>
|
||||
{{appPersonallist.sex=='MALE'?'男':''}}
|
||||
{{appPersonallist.sex=='FEMALE'?'女':''}}
|
||||
</span>
|
||||
<span style='padding-right: 30rpx;' v-if="appPersonallist.age!=null&&appPersonallist.age>=0">
|
||||
岁
|
||||
</span>
|
||||
{{appPersonallist.sex=='MALE'?'男':''}}
|
||||
{{appPersonallist.sex=='FEMALE'?'女':''}}
|
||||
</span>
|
||||
</view>
|
||||
<view class="nickname">
|
||||
|
||||
@ -12,6 +12,10 @@
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="statuss">
|
||||
<view class="statusitem" @tap="changingcoupon('')" :style="couponstatus==''?'color: #F44B2F;':''">
|
||||
全部
|
||||
</view>
|
||||
<span> |</span>
|
||||
<view class="statusitem" @tap="changingcoupon('NOT_USED')"
|
||||
:style="couponstatus=='NOT_USED'?'color: #F44B2F;':''">
|
||||
未使用
|
||||
|
||||
@ -801,15 +801,15 @@
|
||||
|
||||
.btn {
|
||||
text-align: center;
|
||||
width: 121rpx;
|
||||
height: 44rpx;
|
||||
width: 120rpx;
|
||||
height: 50rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 22rpx;
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
top: 58rpx;
|
||||
line-height: 44rpx;
|
||||
font-size: 22rpx;
|
||||
line-height: 50rpx;
|
||||
font-size: 28rpx;
|
||||
color: #557BC2;
|
||||
}
|
||||
|
||||
@ -866,15 +866,15 @@
|
||||
position: absolute;
|
||||
right: 40rpx;
|
||||
top: 140rpx;
|
||||
width: 139rpx;
|
||||
height: 44rpx;
|
||||
width: 150rpx;
|
||||
height: 50rpx;
|
||||
background: #557BC2;
|
||||
border-radius: 22rpx;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 22rpx;
|
||||
font-size: 28rpx;
|
||||
color: #FFFFFF;
|
||||
line-height: 44rpx;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
|
||||
.jifen {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
</view> -->
|
||||
<view class="item" @tap='timeshow=true'>
|
||||
<span>出生日期:</span>
|
||||
<view class="address" style="">
|
||||
<view class="address" style="" v-if="appPersonallist.birthDate">
|
||||
{{appPersonallist.birthDate}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user