You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
central-control/src/utils/constant.js

15 lines
177 B

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