--新增岗位管理国际化

This commit is contained in:
lai
2023-11-10 15:57:49 +08:00
parent 0bc4db4a52
commit 1d4db90b1e
3 changed files with 140 additions and 67 deletions

View File

@@ -699,7 +699,7 @@ export default {
dataPer:'Data permission',
},
dept:{
classInfo:'Department information',
classInfo:' Department information',
className:'Department name',
classId:'Department Number',
classSort:'Department sorting',
@@ -717,6 +717,19 @@ export default {
admin:'Principal',
phone:'Contact number',
email:'Mail',
},
post:{
positionInfo:'Position information',
positionId:'Position number',
positionCode:'Position code',
positionName:'Position name',
positionSort:'Position sorting',
positionStatus:'Position status',
positionMark:'Position description',
createTime:'Creation time',
codeTip:'Please enter the position code correctly',
nameTip:'Please enter the position name correctly',
delSure:'Confirm to delete the data item with post number [{postId}]?',
}
},
},