shudonghui 1 éve
szülő
commit
2793355dc9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/config/constants.js

+ 1 - 1
src/config/constants.js

@@ -111,7 +111,7 @@ export const ATTENDANCE_TYPE = {
 };
 export const ATTENDANCE_RESULT = {
   NORMAL: '正常',
-  EXCEPTION: '异常',
+  ABNORMAL: '异常',
 };
 // 考勤提交
 export const ATTENDANCE_SUBMIT_STATUS = {