国际化调整
This commit is contained in:
parent
7bb4ac4a06
commit
1ced2a4911
@ -84,5 +84,6 @@ export default {
|
|||||||
sourcesOfInformation: 'Sources of information',
|
sourcesOfInformation: 'Sources of information',
|
||||||
distributePermission: 'Distribute permission',
|
distributePermission: 'Distribute permission',
|
||||||
orderCreation: 'Order creation',
|
orderCreation: 'Order creation',
|
||||||
chooseGoods: 'Choose goods'
|
chooseGoods: 'Choose goods',
|
||||||
|
permissionName: 'Permission Name'
|
||||||
};
|
};
|
||||||
|
@ -26,6 +26,7 @@ export default {
|
|||||||
addPermissionPackageRule: 'Add authority packaging rules',
|
addPermissionPackageRule: 'Add authority packaging rules',
|
||||||
editPermissionPackageRule: 'edit authority packaging rule',
|
editPermissionPackageRule: 'edit authority packaging rule',
|
||||||
restPermissionMaxNumber: '(maximum number of remaining permissions: {0})',
|
restPermissionMaxNumber: '(maximum number of remaining permissions: {0})',
|
||||||
pleaseSelectTransferPermission: 'Select transfer permissions'
|
pleaseSelectTransferPermission: 'Select transfer permissions',
|
||||||
|
permissionName: 'Permission Name'
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -53,6 +53,7 @@ export default {
|
|||||||
dataDictionary: 'Data dictionary',
|
dataDictionary: 'Data dictionary',
|
||||||
dataDictionaryDetails: 'Data dictionary details',
|
dataDictionaryDetails: 'Data dictionary details',
|
||||||
userManage: 'user management',
|
userManage: 'user management',
|
||||||
|
cacheManage: 'cache management',
|
||||||
userTrainingManage: 'User training management',
|
userTrainingManage: 'User training management',
|
||||||
userExamManage: 'User examination management',
|
userExamManage: 'User examination management',
|
||||||
userSimulationManage: 'User simulation management',
|
userSimulationManage: 'User simulation management',
|
||||||
|
@ -84,5 +84,6 @@ export default {
|
|||||||
distributePermission: '权限分发',
|
distributePermission: '权限分发',
|
||||||
orderCreation: '订单创建',
|
orderCreation: '订单创建',
|
||||||
select: '选择',
|
select: '选择',
|
||||||
chooseGoods: '选择商品'
|
chooseGoods: '选择商品',
|
||||||
|
permissionName: '权限名称'
|
||||||
};
|
};
|
||||||
|
@ -26,6 +26,7 @@ export default {
|
|||||||
addPermissionPackageRule: '增加权限打包规则',
|
addPermissionPackageRule: '增加权限打包规则',
|
||||||
editPermissionPackageRule: '编辑权限打包规则',
|
editPermissionPackageRule: '编辑权限打包规则',
|
||||||
restPermissionMaxNumber: '(剩余最大权限个数:{0})',
|
restPermissionMaxNumber: '(剩余最大权限个数:{0})',
|
||||||
pleaseSelectTransferPermission: '选择转赠权限'
|
pleaseSelectTransferPermission: '选择转赠权限',
|
||||||
|
permissionName: '权限名称'
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -74,7 +74,7 @@ export default {
|
|||||||
prop: 'organizationName'
|
prop: 'organizationName'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '权限名称',
|
title: this.$t('orderAuthor.permissionName'),
|
||||||
prop: 'permissionName'
|
prop: 'permissionName'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:height="height-300"
|
:height="height-300"
|
||||||
>
|
>
|
||||||
<el-table-column prop="permissionName" label="权限名称" />
|
<el-table-column prop="permissionName" :label="this.$t('orderAuthor.permissionName')" />
|
||||||
<!-- <el-table-column prop="mapProductName" :label="this.$t('orderAuthor.mapProductName')" width="120" />
|
<!-- <el-table-column prop="mapProductName" :label="this.$t('orderAuthor.mapProductName')" width="120" />
|
||||||
<el-table-column prop="lessonName" :label="this.$t('orderAuthor.courseName')" width="100" />
|
<el-table-column prop="lessonName" :label="this.$t('orderAuthor.courseName')" width="100" />
|
||||||
<el-table-column prop="permissionType" :label="this.$t('orderAuthor.permissionType')" width="100"> -->
|
<el-table-column prop="permissionType" :label="this.$t('orderAuthor.permissionType')" width="100"> -->
|
||||||
|
@ -66,7 +66,7 @@ export default {
|
|||||||
prop: 'organizationName'
|
prop: 'organizationName'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '权限名称',
|
title: this.$t('orderAuthor.permissionName'),
|
||||||
prop: 'permissionName'
|
prop: 'permissionName'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -60,7 +60,7 @@ export default {
|
|||||||
indexShow: true,
|
indexShow: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: '权限名称',
|
title: this.$t('permission.permissionName'),
|
||||||
width: '210',
|
width: '210',
|
||||||
prop: 'permissionName'
|
prop: 'permissionName'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user