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