File size: 170 Bytes
95d29a5
 
 
 
 
1
2
3
4
5
6
export const statusMap = {
  0: { label: '失效', color: 'danger' },
  1: { label: '启用', color: 'success' },
  2: { label: '禁用', color: 'warning' },
} as const;