mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix(permissions): 优化授权列表各列宽度
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user