@@ -76,7 +76,7 @@
this.shelfList = []
this.getShelfList()
},
- // 获取数字货架列表
+ // 获取客户列表
getShelfList(){
const _this = this
let params = {
@@ -111,7 +111,7 @@
_this.total = 0
_this.status = 'nomore'
}
- _this.noDataText = '暂无货架'
+ _this.noDataText = '暂无客户'
}else{
_this.status = 'loadmore'
_this.shelfList = []