feat: 细节调整
This commit is contained in:
parent
28d36d5c0b
commit
8e299f8947
|
|
@ -30,7 +30,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="time-ctr flex-l" v-if="item.order_info.plan_time !== null">
|
<view class="time-ctr flex-l" v-if="item.order_info.plan_time !== null">
|
||||||
<me-icon type="icon-time" color="var(--themeColor)" size="40rpx"></me-icon>
|
<me-icon type="icon-time" color="var(--themeColor)" size="40rpx"></me-icon>
|
||||||
<text class="time">{{helpers.formatDate(item.order_info.plan_time)}}</text>
|
<text class="time">{{helpers.formatDate(item.plan_time)}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right" @click="helpers.openLocation(item.order_info.lat, item.order_info.lng)">
|
<view class="right" @click="helpers.openLocation(item.order_info.lat, item.order_info.lng)">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user