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