lilei před 2 roky
rodič
revize
a565698b94
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 = []