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

  1. export default {
  2. name: '角色名称',
  3. key: '角色编码',
  4. status: '状态',
  5. remark: '备注',
  6. permit: '权限',
  7. statusEnable: '启用',
  8. statusDisable: '禁用',
  9. edit: '编辑',
  10. allocate: '分配用户',
  11. detail: '详情',
  12. addRole: '新增角色',
  13. modifyRole: '编辑角色',
  14. notEmpty: '不能为空',
  15. filterPlaceholder: '姓名/手机号',
  16. unauthorized: '未授权',
  17. authorized: '已授权'
  18. }