Browse Source

慢充2 24小时位置互换

dujingxian 3 years ago
parent
commit
e15dcba529
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/constants.js

+ 2 - 2
src/utils/constants.js

@@ -58,9 +58,9 @@ export const qualityCon = [
   {value: 2, label: '快充'},
   {value: 2, label: '快充'},
   {value: 3, label: '卡密'},
   {value: 3, label: '卡密'},
   {value: 4, label: '三方'},
   {value: 4, label: '三方'},
-  {value: 5, label: '慢充2小时'},
-  {value: 6, label: '慢充6小时'},
   {value: 7, label: '慢充24小时'},
   {value: 7, label: '慢充24小时'},
+  {value: 6, label: '慢充6小时'},
+  {value: 5, label: '慢充2小时'},
 ]
 ]
 
 
 // 对账管理
 // 对账管理