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