Browse Source

feat: 修改 disabled 描述文字

qindao 1 year ago
parent
commit
08876ff97b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/types/common/constants.ts

+ 1 - 1
src/types/common/constants.ts

@@ -1,6 +1,6 @@
 export const DEFAULT_PAGE_SIZE = 10;
 
-// 状态: 0-启用, 1-禁用
+// 状态: 0-false, 1-true
 export enum IS_DISABLED {
   NO = 0,
   YES = 1