liukangdong
2024-06-07 ac44819c6bb4e71161c0b042d27a91c4f2c6666e
h5/pages/appointmentDetails/appointmentDetails.vue
@@ -3,7 +3,7 @@
    <view class="head_wrap head_success" v-if="info.status == 2">
      <view class="h1">访客预约审核通过</view>
      <view class="h2"
        >您的来访申请已审核通过,请在访客机签到入厂。如遇特殊情况,可联系被访人或安保人员</view
        >您的来访申请已审核通过,请在访客机签到入园。如遇特殊情况,可联系被访人或安保人员</view
      >
    </view>
    <view class="qr_wrap" v-if="info.status == 2">
@@ -48,11 +48,13 @@
      </view>
      <view class="box_list_item">
        <view class="box_list_item_label">施工人员:</view>
        <view class="box_list_item_val">{{ info.type == 0 ? '否' : '是'}}</view>
        <view class="box_list_item_val">{{
          info.type == 0 ? "否" : "是"
        }}</view>
      </view>
         <view class="box_list_item" v-if="info.type == '1'">
      <view class="box_list_item" v-if="info.type == '1'">
        <view class="box_list_item_label">施工内容:</view>
        <view class="box_list_item_val">{{ info.constructionReason}}</view>
        <view class="box_list_item_val">{{ info.constructionReason }}</view>
      </view>
      <view class="box_list_item">
        <view class="box_list_item_label">随行车辆:</view>
@@ -145,7 +147,7 @@
    .box_head_qrcode {
      width: 320rpx;
      height: 320rpx;
         margin: 20rpx auto;
      margin: 20rpx auto;
    }
    .text {
      font-size: 30rpx;