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

  1. export default {
  2. userName: '账号',
  3. name: '姓名',
  4. phone: '手机',
  5. department: '所属部门/学科',
  6. role: '所属角色',
  7. status: '状态',
  8. statusEnable: '启用',
  9. statusDisable: '禁用',
  10. enable: '启用',
  11. disable: '禁用',
  12. edit: '编辑',
  13. history: '角色变更历史',
  14. addUser: '新增角色',
  15. modifyUser: '编辑角色',
  16. notEmpty: '不能为空',
  17. phoneError: '请输入正确的手机号码'
  18. }