mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 18:49:19 +00:00
perf: i18n settings-org done.
This commit is contained in:
@@ -237,7 +237,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.command-list-table > > > .risk-command {
|
.command-list-table >>> .risk-command {
|
||||||
background-color: oldlace;
|
background-color: oldlace;
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
|
@@ -45,11 +45,6 @@ export default {
|
|||||||
'date_created', 'comment'
|
'date_created', 'comment'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
cardTitle() {
|
|
||||||
return this.object.name
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@@ -28,7 +28,7 @@ export default {
|
|||||||
url: '/api/v1/orgs/orgs',
|
url: '/api/v1/orgs/orgs',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('OrganizationDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'OrganizationDetail'
|
name: 'OrganizationDetail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -67,7 +67,7 @@ export default {
|
|||||||
},
|
},
|
||||||
'resource_statistics.asset_perms_amount': {
|
'resource_statistics.asset_perms_amount': {
|
||||||
label: this.$t('AssetPermsAmount'),
|
label: this.$t('AssetPermsAmount'),
|
||||||
width: '100px'
|
width: '150px'
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
prop: 'id',
|
prop: 'id',
|
||||||
|
Reference in New Issue
Block a user