werss / apps /web /src /constants.ts
hp1234's picture
Upload 75 files
a1db4f2 verified
raw
history blame contribute delete
170 Bytes
export const statusMap = {
0: { label: '失效', color: 'danger' },
1: { label: '启用', color: 'success' },
2: { label: '禁用', color: 'warning' },
} as const;