refactor: eslint src --fix

This commit is contained in:
2024-04-15 20:35:37 +08:00
parent c75c7092bd
commit 7ecfbb9c15
38 changed files with 187 additions and 227 deletions

View File

@@ -20,7 +20,6 @@ export interface DictState {
items: Array<LabelValueState>
}
/** 状态1启用2禁用 */
type Status = 1 | 2