export const roleOption = [ { label: '超级管理员', value: 1, }, { label: '管理员', value: 2, }, { label: '业务员', value: 3, }, ]