|
|
@@ -1,7 +1,10 @@
|
|
|
<template>
|
|
|
<view class="d-flex j-sb a-c li-item-head">
|
|
|
<view class="li-left-tag" :class="{ [`bg-instore-${item?.instoreType}`]: true }">{{ selectDictLabel(pt_fresh_instore_type, item?.instoreType) }}</view>
|
|
|
- <view v-if="isInstoreDate" class="f-s-22 c-#666 mr-30">{{ item?.instoreBizInfo?.instoreDate }}</view>
|
|
|
+ <template v-if="isInstoreDate">
|
|
|
+ <view v-if="item?.instoreType != '3'" class="f-s-22 c-#666 mr-24">{{ item?.instoreBizInfo?.instoreDate }}</view>
|
|
|
+ <view v-else class="f-s-22 c-#666 mr-24">{{ getDateRangeFrt(item?.harvestInfo?.harvestDate, item?.harvestInfo?.harvestDateEnd) }}采收</view>
|
|
|
+ </template>
|
|
|
</view>
|
|
|
<view class="pd-20">
|
|
|
<view class="d-flex flex1 mb-10">
|