Selaa lähdekoodia

修正运行状态

64060764@qq.com 1 vuosi sitten
vanhempi
commit
0918d2c357
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/js/common.js

+ 2 - 2
src/js/common.js

@@ -1,5 +1,5 @@
 export const runStatDict = {
-	0: {
+	2: {
 		label: '离线',
 		color: 'lightgray'
 	},
@@ -7,7 +7,7 @@ export const runStatDict = {
 		label: '在线',
 		color: 'yellowgreen'
 	},
-	2: {
+	0: {
 		label: '未关联',
 		color: 'lightgray'
 	}