From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/staff/task/driver.vue |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/h5/pages/staff/task/driver.vue b/h5/pages/staff/task/driver.vue
index d6c5060..7018b5d 100644
--- a/h5/pages/staff/task/driver.vue
+++ b/h5/pages/staff/task/driver.vue
@@ -2,7 +2,7 @@
   <view class="main_app">
     <view class="status_wrap">
       <view class="name">{{info.driverName}}鐨勫叆鍥绾�</view>
-      <view class="desc">{{info.carCodeFront}}</view>
+      <view class="gray">{{info.carCodeFront}}</view>
 			<view class="desc" :class="{
 			    gray: info.businessStatus == '2' || info.businessStatus == '3' || info.businessStatus == '4',
 			  }">{{ infoStatus }}</view>
@@ -101,7 +101,11 @@
       </view>
     </view>
     <view class="emyty"></view>
-    <view class="main_footer">
+    <view v-if="
+      info.approveDateVO != null &&
+      info.approveDateVO.canBeApproved != null &&
+      info.approveDateVO.canBeApproved == 1
+    " class="main_footer">
       <view class="btn" @click="handleSub('0')">鎷掔粷</view>
       <view class="btn agree" @click="handleSub('1')">鍚屾剰</view>
     </view>
@@ -425,14 +429,15 @@
       margin-bottom: 20rpx;
       color: #222222;
     }
-
+		
     .desc {
       font-size: 26rpx;
-      color: #999999;
+      color: #ed4545;
 			margin-bottom: 12rpx;
     }
 		.gray {
 			color: #999999;
+			margin-bottom: 12rpx;
 		}
 
     .status {

--
Gitblit v1.9.3