|  |  | 
 |  |  |                   </template> | 
 |  |  |                </u-input> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  |  | 
 |  |  |          <view class="component-filter-container p20 bg-white"> | 
 |  |  |             <view class="component-filter-container p10 bg-white m-l-10"> | 
 |  |  |             <view class="flex1" @click="show_select_status=true"> | 
 |  |  |                配送单状态:{{ query.statusStr || '全部' }} | 
 |  |  |                <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image> | 
 |  |  |             </view> | 
 |  |  |             <!-- @click="show_select_station=true" --> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  |  | 
 |  |  |          <!-- <view class="component-filter-container p20 bg-white"> | 
 |  |  |             <view class="flex1" @click="show_select_status=true"> | 
 |  |  |                配送单状态:{{ query.statusStr || '全部' }} | 
 |  |  |                <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image> | 
 |  |  |             </view> | 
 |  |  |             <view class="flex1"> | 
 |  |  |                集货站:{{ query.stationName || '全部' }} | 
 |  |  |                <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  |          </view> --> | 
 |  |  |  | 
 |  |  |          <no-data v-if="!list||list.length===0" style="width: 100%;"></no-data> | 
 |  |  |          <view v-for="(item,index) in list" :key="index" class="m-b-24"> |