소스 검색

订单状态订单状态描述

gcz 2 년 전
부모
커밋
2acd0762fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 '欠费'