| 
					
				 | 
			
			
				@@ -405,7 +405,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           createTimeRange: this.formatDate(this.dateRange[0], 'yyyy-MM-dd')+"--"+this.formatDate(this.dateRange[1], 'yyyy-MM-dd'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           pageNum: this.pagination.currentPage, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           pageSize: this.pagination.pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          paid:1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          paidStatus:1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const response = await listStoreOrder(params); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.orderDetails = response.rows; 
			 |