|
@ -76,6 +76,7 @@ |
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text> |
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<scroll-view scroll-y @scrollotower="search"> |
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
<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}`"/> |
|
|
<u-image width="90rpx" height="90rpx" radius="6rpx" mode="aspectFill" :src="`${host}/${v.images}`"/> |
|
|
<view class="detail"> |
|
|
<view class="detail"> |
|
@ -89,6 +90,7 @@ |
|
|
</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 |
|
|
<u-datetime-picker |
|
|
:show="show" |
|
|
:show="show" |
|
|