| | |
| | | </view> |
| | | </u-sticky> |
| | | <view class="box_list" v-if="list.length > 0"> |
| | | <view class="box_list_item" v-for="(item, index) in list" :key="index" @click="jump(item.id)"> |
| | | <view class="status green" v-if="item.solutionsStatus === 1">保障中</view> |
| | | <view class="status info" v-if="item.solutionsStatus === 2">不在保</view> |
| | | <view class="box_list_item" v-for="(item, index) in list" :key="index"> |
| | | <view class="status green" v-if="item.status === 0">不在保</view> |
| | | <view class="status info" v-if="item.status === 1">保障中</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="center"></view> |
| | | <view class="bottom"> |
| | | <view class="bottom_item"> |
| | | <view class="bottom_item_label">保险方案:</view> |
| | | <view class="bottom_item_val">{{item.solutionName}}</view> |
| | | </view> |
| | | <view class="bottom_item"> |
| | | <view class="bottom_item_label">派遣单位:</view> |
| | | <view class="bottom_item_val">{{item.duName}}</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) { |