ll
liukangdong
2025-02-27 88a34566f7c3f77d90daa3fd57fb0abca3e1b5e6
h5/pages/staff/task/visitorApprove.vue
@@ -1,12 +1,12 @@
<template>
   <view class="main_app">
      <view class="status_wrap">
         <view class="name">{{ info.name }}提交的{{ cateList[type].name }}</view>
         <view class="name">{{ info.name }}提交的访客申请</view>
         <view class="desc" :class="{
          gray: info.businessStatus == '2' || info.businessStatus == '3' || info.businessStatus == '4',
        }">{{ infoStatus }}</view>
        }">{{ statusMap[info.businessStatus] }}</view>
         <view v-if="info.businessStatus == '0' || info.businessStatus == '1'" class="status">{{
        statusMap[info.businessStatus]
        info.info
      }}</view>
         <image v-if="info.businessStatus == '2'" src="@/static/ic_passed@2x.png" mode="widthFix" class="status_img">
         </image>
@@ -68,7 +68,8 @@
               <view class="avatar">
                  <image v-if="item.type == 1" class="img" src="@/static/staff/ic_chaosong@2x.png" />
                  <image v-else-if="item.approveType == 1 || item.approveType == 0" class="img"
                     src="@/static/staff/ic_shenpiren@2x.png" />
                     src="@/static/staff/ic_shenpiren@2x.png" />
                  <image v-else-if="item.faceImg" :src="item.faceImg" class="img"></image>
                  <span v-else class="img_name">{{item.memberName && item.memberName.slice(0,1)}}</span>
                  <image v-if="item.status == 2" class="status" src="@/static/staff/liucheng_success@2x.png"
                     mode="widthFix" />
@@ -169,10 +170,9 @@
            }
         }
      },
      onLoad(op) {
      onLoad(op) {
         uni.setStorageSync('ywinfo',{})
         this.id = op.id
         this.type = op.objType
         this.infoStatus = op.info
         this.getDetail()
      },
      methods: {
@@ -250,7 +250,6 @@
      .flow_wrap {
         padding: 30rpx 0;
         .flow_title {
            font-weight: 600;
            font-size: 32rpx;