|
|
@ -76,19 +76,21 @@ |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
|
<u-image width="90rpx" height="90rpx" radius="6rpx" mode="aspectFill" :src="`${host}/${v.images}`"/> |
|
|
|
<view class="detail"> |
|
|
|
<view class="name"> |
|
|
|
<text>{{v.plantName}}</text> |
|
|
|
<text data-unit="kg">{{v.harvestNum}}</text></view> |
|
|
|
<view class="info"> |
|
|
|
<text>负责人:{{v.principal}}</text> |
|
|
|
<text>采收时间:{{v.harvestTime}}</text> |
|
|
|
<scroll-view scroll-y @scrollotower="search"> |
|
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
|
<u-image width="90rpx" height="90rpx" radius="6rpx" mode="aspectFill" :src="`${host}/${v.images}`"/> |
|
|
|
<view class="detail"> |
|
|
|
<view class="name"> |
|
|
|
<text>{{v.plantName}}</text> |
|
|
|
<text data-unit="kg">{{v.harvestNum}}</text></view> |
|
|
|
<view class="info"> |
|
|
|
<text>负责人:{{v.principal}}</text> |
|
|
|
<text>采收时间:{{v.harvestTime}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-empty v-if="list.length==0" icon="http://cdn.uviewui.com/uview/empty/data.png"/> |
|
|
|
<u-empty v-if="list.length==0" icon="http://cdn.uviewui.com/uview/empty/data.png"/> |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<u-datetime-picker |
|
|
|
:show="show" |
|
|
|