华西海圻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.
 
 
 
 

22 lines
440 B

export default {
userName: '账号',
name: '姓名',
phone: '手机',
department: '所属部门/学科',
role: '所属角色',
status: '状态',
statusEnable: '启用',
statusDisable: '禁用',
enable: '启用',
disable: '禁用',
edit: '编辑',
history: '角色变更历史',
addUser: '新增角色',
modifyUser: '编辑角色',
notEmpty: '不能为空',
phoneError: '请输入正确的手机号码'
}