|
|
|
@ -31,15 +31,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<text class="text_15">按送评信息</text> |
|
|
|
<view class="flex-row group_12"> |
|
|
|
<view class="flex-col items-center text-wrapper_2"> |
|
|
|
<u-input v-model="filterGather.name" placeholder="输入送评人姓名或手机号"></u-input> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-start text-wrapper_3"> |
|
|
|
<u-input v-model="filterGather.label" placeholder="输入标签"></u-input> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_13"> |
|
|
|
<text class="text_18">按送评信息</text> |
|
|
|
<view class="flex-col items-start text-wrapper_4"> |
|
|
|
<u-input v-model="filterGather.name" placeholder="输入送评人姓名或手机号" class="text-wrapper_4-input"></u-input> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_13"> |
|
|
|
@ -307,6 +302,7 @@ |
|
|
|
}, |
|
|
|
// 筛选 |
|
|
|
confirm(){ |
|
|
|
this.tabIndex = 0; |
|
|
|
let tabItem = this.tabList[this.tabIndex]; |
|
|
|
tabItem.page = 1; |
|
|
|
tabItem.isPage = true; |
|
|
|
|