From 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 24 三月 2025 09:23:08 +0800 Subject: [PATCH] - --- src/pages/delivergoods/clockInRecord.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/delivergoods/clockInRecord.vue b/src/pages/delivergoods/clockInRecord.vue index c95a20e..825b32a 100644 --- a/src/pages/delivergoods/clockInRecord.vue +++ b/src/pages/delivergoods/clockInRecord.vue @@ -39,7 +39,7 @@ </view> </view> - <view class="c-p-t-8 chuany-flex"> + <view class="c-p-t-8 chuany-flex" v-if="item.carCondition"> <text class="chuany-width5" style="color: white;">{{index+1}}</text> <u-text size='14' :text="item.carCondition" lines="1"> </u-text> -- Gitblit v1.9.1