From ec90cbd7680a6f927cb1cea43f33ab7df6d0864c Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 11 十一月 2025 09:23:22 +0800
Subject: [PATCH] -
---
src/pages/delivergoods/feedback.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/pages/delivergoods/feedback.vue b/src/pages/delivergoods/feedback.vue
index fae8017..f597c84 100644
--- a/src/pages/delivergoods/feedback.vue
+++ b/src/pages/delivergoods/feedback.vue
@@ -18,7 +18,8 @@
{{$util.formatDate(item.deliverTime,'riqi')}}
</view>
<view class="chuany-width67" @click='goDetail(item)'>
- <u-text size='14' :text="item.remark||item.companyName" lines="1">
+ <u-text size='14' :text="item.companyName" lines="1">
+ <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> -->
</u-text>
</view>
<view class="chuany-width11 chuany-flex chuany-justify-between">
@@ -104,14 +105,14 @@
<up-action-sheet :show="showActions" :actions="actions" title="璇烽�夋嫨" @close="showActions = false"
@select="selectItem">
</up-action-sheet>
- <view class="tabbtns chuany-flex chuany-justify-between">
+ <!-- <view class="tabbtns chuany-flex chuany-justify-between">
<view class="chuany-width45">
<up-button type="primary" text="鍑鸿溅鎵撳崱" @click="clockIn('ClockIn')"></up-button>
</view>
<view class="chuany-width45">
<up-button type="success" text="涓嬬彮鎵撳崱" @click="clockIn('Clockout')"></up-button>
</view>
- </view>
+ </view> -->
</view>
</template>
--
Gitblit v1.9.1