From 4be1f58b940da6c5239e2fcf78f6b1180f66f555 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期六, 14 九月 2024 13:54:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/staff/task/visitorApprove.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/h5/pages/staff/task/visitorApprove.vue b/h5/pages/staff/task/visitorApprove.vue
index 2ab2606..f9eb139 100644
--- a/h5/pages/staff/task/visitorApprove.vue
+++ b/h5/pages/staff/task/visitorApprove.vue
@@ -68,6 +68,10 @@
         <view class="label">鏉ヨ浜嬬敱</view>
         <view class="value">{{ info.visitReason }}</view>
       </view>
+			<view v-if="info.constructionReason" class="item">
+			  <view class="label">鏂藉伐鍐呭</view>
+			  <view class="value">{{ info.constructionReason }}</view>
+			</view>
     </view>
     <!-- 娴佺▼ -->
     <view class="flow_wrap">

--
Gitblit v1.9.3