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

205 lines
5.2 KiB

4 months ago
  1. // 工作台-首页
  2. import home from './zh/business/home/home'
  3. //系统管理
  4. // 菜单管理
  5. import menu from './zh/system/menu'
  6. // 角色管理
  7. import role from './zh/system/role'
  8. // 部门管理
  9. import dept from './zh/system/dept'
  10. // 部门管理
  11. import user from './zh/system/user'
  12. // 模板管理
  13. import template from './zh/system/template'
  14. // 字典管理
  15. import dict from './zh/system/dict'
  16. // 公共模板语言配置
  17. import commonTemplate from './zh/template/commonTemplate'
  18. //色谱模板
  19. import sp from './zh/template/sp'
  20. //供试品模板
  21. import gspmb from './zh/template/gsp'
  22. //PCR模板
  23. import pcr from './zh/template/pcr'
  24. //LBA模板
  25. import lba from './zh/template/lba'
  26. //样品模板
  27. import yp from './zh/template/yp'
  28. //ADA模板
  29. import ada from './zh/template/ada'
  30. //毒理模板
  31. import dl from './zh/template/dl'
  32. //细胞模板
  33. import xb from './zh/template/xb'
  34. // 试验管理
  35. import study from './zh/business/study/study'
  36. import studyEnter from './zh/business/study/studyEnter'
  37. //非试验表单
  38. import nonTrial from './zh/business/study/nonTrial'
  39. //麻精药表单
  40. import drug from './zh/business/study/drug'
  41. //预填表单
  42. import studyFormPre from './zh/business/study/studyFormPre'
  43. //填报表单
  44. import studyFormFill from './zh/business/study/studyFormFill'
  45. //计划表单
  46. import studyFormPlan from './zh/business/study/studyFormPlan'
  47. //申请表单
  48. import studyFormApply from './zh/business/study/studyFormApply'
  49. //饲养间
  50. import studyRoom from './zh/business/study/studyRoom'
  51. //试验方法
  52. import studyMethod from './zh/business/study/studyMethod'
  53. //物资列表-细胞、细菌
  54. import cell from './zh/business/study/cell'
  55. //表单
  56. import form from './zh/business/form/form'
  57. //资源库管理
  58. import resource from './zh/business/resource/resource'
  59. // 仪器管理
  60. import yq from './zh/business/resource/yq'
  61. // 暂存柜
  62. import zcg from './zh/business/resource/zcg'
  63. // 麻精药
  64. import mjy from './zh/business/resource/mjy'
  65. // 给药制剂
  66. import gyzj from './zh/business/resource/gyzj'
  67. // 试剂库存
  68. import sj from './zh/business/resource/sj'
  69. // 供试品
  70. import gsp from './zh/business/resource/gsp'
  71. //档案记录
  72. import archive from './zh/business/archive/archive'
  73. //日志管理
  74. import systemLog from './zh/system/systemLog'
  75. export default {
  76. system: {
  77. name: '华西海圻ELN系统',
  78. title: '华西海圻管理系统',
  79. tip: '提示',
  80. logOut: '确认注销并退出系统吗?',
  81. crowdOut: '该账户已在其他地方登录,是否继续登录,继续登录挤掉原登录账号',
  82. timeOutContent: '登录状态已过期,您可以输入密码进入页面,或者取消',
  83. timeOutEnter: '进入页面',
  84. timeOutTip: '无效的会话,或者会话已过期,请重新登录。',
  85. enterPage: '进入页面'
  86. },
  87. form: {
  88. search: '查询',
  89. reset: '重置',
  90. add: '新增',
  91. edit: '编辑',
  92. export: '导出',
  93. saveConfirm: '确定',
  94. confirm: '确认',
  95. reject: '拒绝',
  96. approve: '同意',
  97. cancel: '取消',
  98. close: '关闭',
  99. operate: '操作',
  100. delete: '删除',
  101. detail: '详情',
  102. placeholderInput: '请输入',
  103. placeholderSelect: '请选择',
  104. confirmDelete: '确认删除?',
  105. startDate: '开始日期',
  106. endDate: '结束日期',
  107. password: '密码',
  108. signer: '签名人',
  109. signerUser: '签名人用户名',
  110. signerPsw: '签名人密码',
  111. qmyy: '签名意义',
  112. signTime: '签名时间',
  113. remark: '备注',
  114. reason: '原因',
  115. modify: '修改',
  116. modifyRecord: '修改记录',
  117. hqz: '获取值',
  118. xztp: '选择天平',
  119. lengthLimit: '长度不能超过',
  120. notEmpty: '不能为空',
  121. operationSuccess: '操作成功',
  122. OperationFailed: '操作失败',
  123. selectMember: '选择成员'
  124. },
  125. login: {
  126. title: '欢迎登录系统',
  127. logIn: '登录',
  128. username: '请输入账号',
  129. usernameRequired: '请输入账号',
  130. password: '请输入密码',
  131. passwordRequired: '请输入密码',
  132. code: '验证码',
  133. codeRequired: '请输入验证码',
  134. rememberMe: '记住密码',
  135. loginIng: 'Loading...',
  136. logOut: '退出登录',
  137. profile: '个人中心'
  138. },
  139. tagsView: {
  140. refresh: '刷新',
  141. close: '关闭',
  142. closeOthers: '关闭其它',
  143. closeAll: '关闭所有'
  144. },
  145. settings: {
  146. title: '系统布局配置',
  147. theme: '主题色',
  148. tagsView: '开启 Tags-View',
  149. fixedHeader: '固定 Header',
  150. sidebarLogo: '侧边栏 Logo'
  151. },
  152. page: {
  153. system: {
  154. menu,
  155. role,
  156. dept,
  157. user,
  158. template,
  159. systemLog,
  160. dict
  161. },
  162. business: {
  163. home: home,
  164. resource: {
  165. resource: resource,
  166. zcg: zcg,
  167. mjy: mjy,
  168. yq: yq,
  169. sj: sj,
  170. gyzj: gyzj,
  171. gsp: gsp
  172. },
  173. study: {
  174. study: study,
  175. studyEnter: studyEnter,
  176. studyFormPre: studyFormPre,
  177. studyFormFill: studyFormFill,
  178. studyFormPlan: studyFormPlan,
  179. studyFormApply: studyFormApply,
  180. studyRoom: studyRoom,
  181. studyMethod: studyMethod,
  182. nonTrial: nonTrial,
  183. drug: drug,
  184. cell: cell
  185. },
  186. form: form,
  187. archive: archive
  188. }
  189. },
  190. template: {
  191. common: commonTemplate,
  192. sp: sp,
  193. gsp: gspmb,
  194. pcr: pcr,
  195. lba: lba,
  196. yp: yp,
  197. ada: ada,
  198. dl: dl,
  199. xb: xb,
  200. }
  201. }