|  |  | 
 |  |  |         :key="index" | 
 |  |  |       > | 
 |  |  |         <view class="box_list_item_head"> | 
 |  |  |           <text>{{ item.name }}的劳务入园申请</text> | 
 |  |  |           <text class="loading">{{ statusMap[item.status] }}</text> | 
 |  |  |           <text>{{ item.name }}提交的访客申请</text> | 
 |  |  |           <text class="loading" :class="{error: item.status == 3}">{{ statusMap[item.status] }}</text> | 
 |  |  |         </view> | 
 |  |  |         <view class="box_list_item_nr"> | 
 |  |  |           <view class="box_list_item_nr_item"> | 
 |  |  | 
 |  |  |         0: '待审核', | 
 |  |  |         1: '已提交', | 
 |  |  |         2: '审核通过', | 
 |  |  |         3: '审核不通过', | 
 |  |  |         3: '审核驳回', | 
 |  |  |         4: '取消', | 
 |  |  |         5: '下发成功', | 
 |  |  |         6: '下发失败', | 
 |  |  | 
 |  |  |   methods: { | 
 |  |  |     handleDetail(id) { | 
 |  |  |       uni.navigateTo({ | 
 |  |  |         url: "/pages/appointmentDetails/appointmentDetails?id=" + id | 
 |  |  |         url: "/pages/appointmentDetails/appointmentDetails?detail=1&id=" + id | 
 |  |  |       }) | 
 |  |  |     }, | 
 |  |  |     tabsClick(val) { |