fix(permissions): 优化授权列表各列宽度

This commit is contained in:
jym503558564
2020-07-20 15:16:39 +08:00
committed by 老广
parent fcbe61cb92
commit cc937d600b
3 changed files with 13 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export default {
},
users_amount: {
label: this.$t('perms.User'),
width: '100px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -44,6 +45,7 @@ export default {
},
user_groups_amount: {
label: this.$t('perms.UserGroups'),
width: '100px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -53,6 +55,7 @@ export default {
},
assets_amount: {
label: this.$t('perms.Asset'),
width: '100px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -62,6 +65,7 @@ export default {
},
nodes_amount: {
label: this.$t('perms.Node'),
width: '100px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -71,6 +75,7 @@ export default {
},
system_users_amount: {
label: this.$t('perms.SystemUser'),
width: '100px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {

View File

@@ -26,6 +26,7 @@ export default {
},
users_amount: {
label: this.$t('perms.User'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -35,6 +36,7 @@ export default {
},
user_groups_amount: {
label: this.$t('perms.UserGroups'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -44,6 +46,7 @@ export default {
},
database_apps_amount: {
label: this.$t('perms.databaseApp'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -53,6 +56,7 @@ export default {
},
system_users_amount: {
label: this.$t('perms.SystemUser'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {

View File

@@ -30,6 +30,7 @@ export default {
},
users_amount: {
label: this.$t('users.Users'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -39,6 +40,7 @@ export default {
},
user_groups_amount: {
label: this.$t('users.UserGroups'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -48,6 +50,7 @@ export default {
},
remote_apps_amount: {
label: this.$t('assets.RemoteApps'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {
@@ -57,6 +60,7 @@ export default {
},
system_users_amount: {
label: this.$t('assets.SystemUsers'),
width: '110px',
formatter: DetailFormatter,
formatterArgs: {
routeQuery: {