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

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