shudonghui 1 rok temu
rodzic
commit
2793355dc9
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = {