|
|
@ -1,9 +1,17 @@ |
|
|
|
|
|
//系统管理
|
|
|
|
|
|
// 菜单管理
|
|
|
|
|
|
import menu from './en/system/menu' |
|
|
|
|
|
// 角色管理
|
|
|
|
|
|
import role from './en/system/role' |
|
|
|
|
|
// 部门管理
|
|
|
|
|
|
import dept from './en/system/dept' |
|
|
|
|
|
|
|
|
//资源库管理
|
|
|
//资源库管理
|
|
|
// 仪器管理
|
|
|
|
|
|
|
|
|
// 仪器管理
|
|
|
import yq from './en/business/resource/yq/yq' |
|
|
import yq from './en/business/resource/yq/yq' |
|
|
// 暂存柜
|
|
|
|
|
|
|
|
|
// 暂存柜
|
|
|
import zcg from './en/business/resource/zcg/zcg' |
|
|
import zcg from './en/business/resource/zcg/zcg' |
|
|
// 麻精药
|
|
|
|
|
|
|
|
|
// 麻精药
|
|
|
import mjy from './en/business/resource/mjy/mjy' |
|
|
import mjy from './en/business/resource/mjy/mjy' |
|
|
export default { |
|
|
export default { |
|
|
system: { |
|
|
system: { |
|
|
@ -25,56 +33,19 @@ export default { |
|
|
placeholderInput: 'Please Enter', |
|
|
placeholderInput: 'Please Enter', |
|
|
placeholderSelect: 'Please Select', |
|
|
placeholderSelect: 'Please Select', |
|
|
confirmDelete: 'confirm delete?', |
|
|
confirmDelete: 'confirm delete?', |
|
|
startDate:'start date', |
|
|
|
|
|
endDate:'end date', |
|
|
|
|
|
password:'password', |
|
|
|
|
|
signer:'signer', |
|
|
|
|
|
|
|
|
startDate: 'start date', |
|
|
|
|
|
endDate: 'end date', |
|
|
|
|
|
password: 'password', |
|
|
|
|
|
signer: 'signer', |
|
|
signerPsw: '签名人密码', |
|
|
signerPsw: '签名人密码', |
|
|
qmyy:'签名意义', |
|
|
|
|
|
|
|
|
qmyy: '签名意义', |
|
|
signTime: '签名时间', |
|
|
signTime: '签名时间', |
|
|
remark:'remark', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remark: 'remark', |
|
|
|
|
|
|
|
|
lengthLimit: '长度不能超过', |
|
|
lengthLimit: '长度不能超过', |
|
|
notEmpty: '不能为空', |
|
|
notEmpty: '不能为空', |
|
|
operationSuccess: '操作成功', |
|
|
operationSuccess: '操作成功', |
|
|
OperationFailed: '操作失败', |
|
|
|
|
|
}, |
|
|
|
|
|
menu: { |
|
|
|
|
|
PersonalCenter: 'Personal Center', |
|
|
|
|
|
Workbench: 'Workbench', |
|
|
|
|
|
|
|
|
|
|
|
TrialManage: 'TrialManage', |
|
|
|
|
|
|
|
|
|
|
|
FormManage: 'FormManage', |
|
|
|
|
|
NonTrialForm: 'NonTrialForm', |
|
|
|
|
|
DrugForm: 'DrugForm', |
|
|
|
|
|
|
|
|
|
|
|
ResourceManage: 'ResourceManage', |
|
|
|
|
|
ReagentManage: 'ReagentManage', |
|
|
|
|
|
SpecimenManage: 'SpecimenManage', |
|
|
|
|
|
DosageManage: 'DosageManage', |
|
|
|
|
|
DrugManage: 'DrugManage', |
|
|
|
|
|
KeyManage: 'KeyManage', |
|
|
|
|
|
InstrumentManage: 'InstrumentManage', |
|
|
|
|
|
|
|
|
|
|
|
ArchiveManage: 'ArchiveManage', |
|
|
|
|
|
TrialArchiveManage: 'TrialArchiveManage', |
|
|
|
|
|
NonTrialArchiveManage: 'NonTrialArchiveManage', |
|
|
|
|
|
DrugConfigArchiveManage: 'DrugConfigArchiveManage', |
|
|
|
|
|
SpecimenArchiveManage: 'SpecimenArchiveManage', |
|
|
|
|
|
DosageArchiveManage: 'DosageArchiveManage', |
|
|
|
|
|
DrugArchiveManage: 'DrugArchiveManage', |
|
|
|
|
|
ReagentArchiveManage: 'ReagentArchiveManage', |
|
|
|
|
|
ArchiveRecord: 'ArchiveRecord', |
|
|
|
|
|
|
|
|
|
|
|
SystemManage: 'SystemManage', |
|
|
|
|
|
MenuManage: 'MenuManage', |
|
|
|
|
|
RoleManage: 'RoleManage', |
|
|
|
|
|
UserManage: 'UserManage', |
|
|
|
|
|
DeptManage: 'DeptManage/SubjectManage', |
|
|
|
|
|
TemplateManage: 'TemplateManage', |
|
|
|
|
|
DictManage: 'DictManage', |
|
|
|
|
|
LogManage: 'LogManage' |
|
|
|
|
|
|
|
|
OperationFailed: '操作失败' |
|
|
}, |
|
|
}, |
|
|
login: { |
|
|
login: { |
|
|
title: 'Login Form', |
|
|
title: 'Login Form', |
|
|
@ -105,73 +76,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
page: { |
|
|
page: { |
|
|
system: { |
|
|
system: { |
|
|
menu: { |
|
|
|
|
|
name: 'name', |
|
|
|
|
|
status: 'status', |
|
|
|
|
|
statusAll: 'All', |
|
|
|
|
|
statusVisible: 'visible', |
|
|
|
|
|
statusHide: 'hide', |
|
|
|
|
|
|
|
|
|
|
|
index: 'index', |
|
|
|
|
|
sort: 'sort', |
|
|
|
|
|
router: 'router', |
|
|
|
|
|
type: 'type', |
|
|
|
|
|
typeDir: 'dir', |
|
|
|
|
|
typeMenu: 'menu', |
|
|
|
|
|
typeBtn: 'btn', |
|
|
|
|
|
add: 'add', |
|
|
|
|
|
edit: 'edit', |
|
|
|
|
|
delete: 'delete', |
|
|
|
|
|
|
|
|
|
|
|
parent: 'parent', |
|
|
|
|
|
comp: 'comp', |
|
|
|
|
|
icon: 'icon', |
|
|
|
|
|
permit: 'permit', |
|
|
|
|
|
|
|
|
|
|
|
addMenu: 'addMenu', |
|
|
|
|
|
modifyMenu: 'modifyMenu', |
|
|
|
|
|
|
|
|
|
|
|
root: 'root', |
|
|
|
|
|
|
|
|
|
|
|
notEmpty: ' can not be empty' |
|
|
|
|
|
}, |
|
|
|
|
|
role: { |
|
|
|
|
|
name: 'name', |
|
|
|
|
|
key: 'code', |
|
|
|
|
|
status: 'status', |
|
|
|
|
|
remark: 'remark', |
|
|
|
|
|
permit: 'permit', |
|
|
|
|
|
|
|
|
|
|
|
statusEnable: 'enable', |
|
|
|
|
|
statusDisable: 'disable', |
|
|
|
|
|
|
|
|
|
|
|
edit: 'edit', |
|
|
|
|
|
allocate: 'allocate', |
|
|
|
|
|
detail: 'detail', |
|
|
|
|
|
|
|
|
|
|
|
addRole: 'addRole', |
|
|
|
|
|
modifyRole: 'modifyRole', |
|
|
|
|
|
notEmpty: ' can not be empty', |
|
|
|
|
|
|
|
|
|
|
|
filterPlaceholder: 'name/mobile', |
|
|
|
|
|
unauthorized: 'unauthorized', |
|
|
|
|
|
authorized: 'authorized' |
|
|
|
|
|
}, |
|
|
|
|
|
dept: { |
|
|
|
|
|
name: 'name', |
|
|
|
|
|
type: 'type', |
|
|
|
|
|
parent: 'parent', |
|
|
|
|
|
add: 'add', |
|
|
|
|
|
edit: 'edit', |
|
|
|
|
|
detail: 'view', |
|
|
|
|
|
delete: 'delete', |
|
|
|
|
|
dept: 'dept', |
|
|
|
|
|
subject: 'subject', |
|
|
|
|
|
team: 'team', |
|
|
|
|
|
notEmpty: ' can not be empty', |
|
|
|
|
|
addDept: 'addDept', |
|
|
|
|
|
modifyDept: 'modifyDept' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
menu, |
|
|
|
|
|
role, |
|
|
|
|
|
dept |
|
|
}, |
|
|
}, |
|
|
business: { |
|
|
business: { |
|
|
zykgl: { |
|
|
zykgl: { |
|
|
|