shudonghui 1 year ago
parent
commit
2793355dc9
1 changed files with 1 additions and 1 deletions
  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 = {