common.ts
2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
export default {
common:{
createTime:"create time",
updateTime:"update time",
operation:"operation",
remark:"remark",
enable:"enable",
disable:"disable",
sort:"sort",
status:"status",
},
tenant:{
tenant:"tenant",
tenantManagement:"tenant management",
tenantSetting:"tenant setting"
},
organization:{
queryOrganizationName:"organization name",
toolOrganizationList:"organization list",
toolCreateOrganization:"create organization",
toolEditOrganization:"edit organization",
parentOrganization:"parent organization",
},
dept:{
queryDeptName:"dept name",
queryDeptStatus:"status",
toolDeptList:"dept list",
toolCreateDept:"create dept",
toolEditDept:"edit dept",
tableTitleDeptSort:"sort",
tableTitleDeptCreateTime:"create time",
tableTitleDeptOperation:"operation",
drawerTitleDeptEnable:"enable",
drawerTitleDeptDisable:"disable",
drawerTitleDeptParentDept:"parent dept",
tableTitleMemo:"memo"
},
system:{
system:"system",
accountManagement:"account management",
roleManagement:"role management",
menuManagement:"menu management",
deptManagement:"dept management",
modifyPassword:"modify password",
pageSystemTitleCreateMenu:"create menu",
pageSystemTitleCreateTenant:"new tenant",
pageSystemTitleEditMenu:"edit menu",
pageSystemTitleEditTenant:"edit tenant",
pageSystemTitleOperation:"operation",
pageSystemTitleWhetherDelete:"Are you sure to delete",
pageSystemTitleMenuList:"menu list",
menuEditPagesMenuType:"menu type",
menuEditPagesDirectory:"directory",
menuEditPagesMenu:"menu",
menuEditPagesButton:"button",
menuEditPagesParentMenu:"parent menu",
menuEditPagesRouterAddress:"router address",
menuEditPagesComponentsPath:"components",
menuEditPagesIsExt:"is ext",
menuEditPagesIsKeepAlive:"is keep alive",
menuEditPagesIsHide:"is hide",
menuEditPagesYes:"yes",
menuEditPagesNo:"no",
tableTitleSystemMenuName:"menu name",
tableTitleSystemIcon:"icon",
tableTitleSystemPermissionTag:"permission tag",
tableTitleSystemComponents:"components",
tableTitleSystemSort:"sort",
tableTitleSystemStatus:"status",
tableTitleSystemCreateTime:"create time",
tableTitleSystemEnable:"enable",
tableTitleSystemStop:"disable",
tableSuccessStatus:"success",
tableFailedStatus:"failed",
}
};