mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-12-31 12:57:10 +08:00
refactor: 调整 eslint.config.js,优化代码格式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
type LabelValueItem = { label: string, value: number, color: string }
|
||||
interface LabelValueItem { label: string, value: number, color: string }
|
||||
export const DisEnableStatusList: LabelValueItem[] = [
|
||||
{ label: '启用', value: 1, color: 'green' },
|
||||
{ label: '禁用', value: 2, color: 'red' }
|
||||
{ label: '禁用', value: 2, color: 'red' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user