From aa3438b349bb365bfb4c30a9194b5c10f9f843eb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 08 四月 2025 17:39:13 +0800
Subject: [PATCH] feat:质检员历史质检单增加上滑更多

---
 pages/customer-page/customer-index/customer-index.vue |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 858daed..356b6d2 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -65,6 +65,11 @@
 							</view> -->
 							<view class="car-num">{{ item.code||''}}</view>
 						</view>
+						<!-- 娣诲姞鍒涘缓鏃堕棿 -->
+						<view class="third-line">
+							<text style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</text>
+							<view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
+						</view>
 						<view class="third-line">
 							<view class="time-icon">
 								<view
@@ -137,6 +142,11 @@
 									<view class="third-line_num">{{ item.tmCount }}</view>
 								</view>
 							</view>
+							<!-- 娣诲姞鍒涘缓鏃堕棿 -->
+						<view class="fourth" style="justify-content: start;">
+							<view style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</view>
+							<view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
+						</view>
 							<view class="fourth">
 								<view class="fourth-icon">
 									<view
@@ -262,7 +272,7 @@
 		},
 		onShow() {
 			this.init();
-			
+
 		},
 		methods: {
 			init() {
@@ -582,7 +592,6 @@
 
 				.collection-form-item {
 					width: 690rpx;
-					height: 300rpx;
 					background: #ffffff;
 					box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
 					border-radius: 20rpx;
@@ -700,6 +709,7 @@
 						position: relative;
 						bottom: vww(10);
 						left: 25%;
+            margin-top: 16rpx;
 
 						.receive,
 						.forward {
@@ -778,4 +788,4 @@
 			}
 		}
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1