|
@@ -23,8 +23,8 @@
|
|
|
<view class="have-expired btn" v-if="item.status == '9'">{{item.statusText}}</view>
|
|
|
<view class="finished btn" v-if="item.status == '2'">{{item.statusText}}</view>
|
|
|
<view class="refused btn" v-if="item.status == '4'">{{item.statusText}}</view>
|
|
|
- <view class="have-expired btn" v-if="item.status == '5'">{{item.statusText}}</view>
|
|
|
- <view class="have-expired btn" v-if="item.status == '6'">{{item.statusText}}</view>
|
|
|
+ <view class="have-expired btn" v-if="item.status == '5'">已过期</view>
|
|
|
+ <view class="have-expired btn" v-if="item.status == '6'">已过期</view>
|
|
|
</view>
|
|
|
<view class="details-items">
|
|
|
<view class="items">
|