export const statusMap = { 1: { color: 'green', text: '正常', }, 0: { color: 'red', text: '禁用', }, };