k94314517
2024-10-16 17efddc6a667670dca682bf36b51a43e99615e6d
h5/pages/applicationRecord/applicationRecord.vue
@@ -37,7 +37,7 @@
      >
        <view class="box_list_item_head">
          <text>{{ item.name }}提交的访客申请</text>
          <text class="loading">{{ statusMap[item.status] }}</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">
@@ -90,13 +90,16 @@
      status: '',
      statusMap: {
        0: '待审核',
        1: '已提交',
        0: '待审批',
        1: '审批中',
        2: '审核通过',
        3: '审核不通过',
        3: '审核驳回',
        4: '取消',
        5: '下发成功',
        6: '下发失败',
        7: '拜访中',
        8: '已签离',
        9: '已失效',
      }
    }
  },