Parcourir la source

订单状态订单状态描述

gcz il y a 2 ans
Parent
commit
2acd0762fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/filter.js

+ 1 - 1
utils/filter.js

@@ -71,7 +71,7 @@ Vue.filter("filterOrderStatus",function(status){
 			return '停放中'
 			break;
 		case 2:
-			return '欠费未缴'
+			return '出场中'
 			break;
 		case 3:
 			return '欠费'