소스 검색

bug 修复

lilei 2 년 전
부모
커밋
a565698b94
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/statistics/chooseShelf.vue

+ 2 - 2
pages/statistics/chooseShelf.vue

@@ -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 = []