Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
a565698b94
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 = []