From 1de4bbc5cf6f4692b29b0acac078613e0310b83d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 23 七月 2024 16:58:06 +0800 Subject: [PATCH] feat:验质默认登录品名规格默认第一个 --- pages/customer-page/customer-index/customer-index.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 858daed..fcea9c4 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 -- Gitblit v1.9.1