perf: i18n settings-org done.

This commit is contained in:
Bai
2024-02-23 15:16:39 +08:00
parent 56bae6ee84
commit 5e36cddca3
4 changed files with 3 additions and 8 deletions

View File

@@ -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 {

View File

@@ -45,11 +45,6 @@ export default {
'date_created', 'comment' 'date_created', 'comment'
] ]
} }
},
computed: {
cardTitle() {
return this.object.name
}
} }
} }
</script> </script>

View File

@@ -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'
} }
], ],

View File

@@ -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',