| | |
| | | <view class="status info" v-if="item.solutionsStatus === 2">不在保</view> |
| | | <view class="top"> |
| | | <view class="top_mc"> |
| | | <text>{{item.name}}</text> |
| | | <text>{{item.memberName}}</text> |
| | | <text>{{sex === 1 ? '女' : '男'}}|{{item.age}}岁</text> |
| | | </view> |
| | | <view class="top_card">身份证号:{{item.idcardNo}}</view> |
| | |
| | | </view> |
| | | <view class="bottom_item"> |
| | | <view class="bottom_item_label">保险生效期:</view> |
| | | <view class="bottom_item_val">2024.01.01-2024.05.30</view> |
| | | <view class="bottom_item_val">{{item.startTime}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | capacity: 10, |
| | | page: this.page, |
| | | model: { |
| | | keywords: this.keyword |
| | | memberName: this.keyword |
| | | } |
| | | }).then(res => { |
| | | if (res.code === 200) { |