Browse Source

订单状态订单状态描述

gcz 2 năm trước cách đây
mục cha
commit
2acd0762fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 '欠费'