--新增岗位管理国际化
This commit is contained in:
@@ -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}]?',
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -718,6 +718,19 @@ export default {
|
||||
phone:'联系电话',
|
||||
email:'邮箱',
|
||||
},
|
||||
post:{
|
||||
positionInfo:'岗位信息',
|
||||
positionId:'岗位编号',
|
||||
positionCode:'岗位编码',
|
||||
positionName:'岗位名称',
|
||||
positionSort:'岗位排序',
|
||||
positionStatus:'岗位状态',
|
||||
positionMark:'岗位说明',
|
||||
createTime:'创建时间',
|
||||
codeTip:'请正确输入岗位编码',
|
||||
nameTip:'请正确输入岗位名称',
|
||||
delSure:'确认删除岗位编号为 【{postId}】 的数据项?',
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user