docs:修改 roles列表 remark为Description
This commit is contained in:
@@ -586,7 +586,7 @@ const cn = {
|
||||
roles:{
|
||||
roles:"角色",
|
||||
name:"名称",
|
||||
remark:"备注",
|
||||
description:"描述",
|
||||
option: '操作',//"操作"
|
||||
permission:"权限",
|
||||
menu:"菜单",
|
||||
|
||||
@@ -589,7 +589,7 @@ const en = {
|
||||
roles:{
|
||||
roles:"Roles",
|
||||
name:"Name",
|
||||
remark:"Remark",
|
||||
description:"Description",
|
||||
option: 'Operation',//"操作"
|
||||
permission:"Permission",
|
||||
menu:"Menu",
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
prop: 'name',
|
||||
show: true,
|
||||
}, {
|
||||
label: this.$t("config.roles.remark"),
|
||||
label: this.$t("config.roles.description"),
|
||||
prop: 'remark',
|
||||
show: true,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user