@@ -84,10 +84,12 @@
</van-row>
</div>
<div v-if="locationList.length==0" >
- <van-empty
- image-size="100"
- description="暂无拣货数据"
- />
+ <van-pull-refresh v-model="loading" @refresh="onRefresh" style="min-height: 93.1vh;">
+ <van-empty
+ image-size="100"
+ description="暂无拣货数据"
+ />
+ </van-pull-refresh>
<!-- </van-pull-refresh>-->
<van-action-sheet
@@ -440,7 +440,7 @@ const onMore= async (row)=>{
//查看城市
const onProvince= async (row)=>{
showDialog({
- title: `${ownerMap.value[row.owner]?ownerMap.value[row.owner]:row.owner}`+`《${row.typeDescribe}》省份规则`,
+ title: `${ownerMap.value[row.owner]?ownerMap.value[row.owner]:row.owner}`+`规则`,
message: row.province,
}).then(() => {
// on close