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

14 lines
275 B

  1. export default {
  2. name: '名称',
  3. type: '组织类型',
  4. parent: '上级部门',
  5. add: '添加',
  6. edit: '编辑',
  7. detail: '查看',
  8. delete: '删除',
  9. dept: '部门',
  10. subject: '学科',
  11. team: '小组',
  12. addDept: '新增部门',
  13. modifyDept: '编辑部门'
  14. }