fix: 模块移动国际化
This commit is contained in:
parent
f84f5fbbb3
commit
6dcd2c5f48
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="选则模块"
|
:title="$t('commons.module.select_module')"
|
||||||
:visible.sync="oneClickOperationVisible"
|
:visible.sync="oneClickOperationVisible"
|
||||||
width="600px"
|
width="600px"
|
||||||
left
|
left
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
<ms-node-tree
|
<ms-node-tree
|
||||||
v-loading="result.loading"
|
v-loading="result.loading"
|
||||||
:tree-nodes="data"
|
:tree-nodes="data"
|
||||||
allLabel="默认模块"
|
:allLabel="$t('commons.module.default_module')"
|
||||||
@add="add"
|
@add="add"
|
||||||
:type="'edit'"
|
:type="'edit'"
|
||||||
@edit="edit"
|
@edit="edit"
|
||||||
|
|
|
@ -187,7 +187,11 @@ export default {
|
||||||
review: "all"
|
review: "all"
|
||||||
},
|
},
|
||||||
image: 'Image',
|
image: 'Image',
|
||||||
tag: 'Tag'
|
tag: 'Tag',
|
||||||
|
module: {
|
||||||
|
select_module: "Select module",
|
||||||
|
default_module: "Default module",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
license: {
|
license: {
|
||||||
title: 'Authorization management',
|
title: 'Authorization management',
|
||||||
|
|
|
@ -188,7 +188,11 @@ export default {
|
||||||
review: "全部评审"
|
review: "全部评审"
|
||||||
},
|
},
|
||||||
image: '镜像',
|
image: '镜像',
|
||||||
tag: '标签'
|
tag: '标签',
|
||||||
|
module: {
|
||||||
|
select_module: "选择模块",
|
||||||
|
default_module: "默认模块",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
license: {
|
license: {
|
||||||
title: '授权管理',
|
title: '授权管理',
|
||||||
|
|
|
@ -188,7 +188,11 @@ export default {
|
||||||
review: "全部評審"
|
review: "全部評審"
|
||||||
},
|
},
|
||||||
image: '鏡像',
|
image: '鏡像',
|
||||||
tag: '標簽'
|
tag: '標簽',
|
||||||
|
module: {
|
||||||
|
select_module: "選擇模塊",
|
||||||
|
default_module: "默認模塊",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
license: {
|
license: {
|
||||||
title: '授權管理',
|
title: '授權管理',
|
||||||
|
|
Loading…
Reference in New Issue