华西海圻ELN前端工程
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.
 
 
 
 

21 lines
348 B

export default {
userName: 'User',
name: 'Name',
phone: 'Phone',
email: 'Email',
department: 'Department',
role: 'Owned Role',
status: 'Status',
statusEnable: 'Enabled',
statusDisable: 'Disabled',
enable: 'Enable',
disable: 'Disable',
edit: 'Edit',
history: 'Role History',
addUser: 'Create',
modifyUser: 'Edit'
}