mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 05:46:32 +00:00
[Update] 修改授权规则详情文案
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-row :gutter="20">
|
||||
<el-col :md="14" :sm="24">
|
||||
<DetailCard :title="cardTitle" :items="detailCardItems" />
|
||||
<DetailCard :items="detailCardItems" />
|
||||
</el-col>
|
||||
<el-col :md="10" :sm="24">
|
||||
<QuickActions type="primary" :actions="quickActions" />
|
||||
@@ -52,9 +52,6 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
cardTitle() {
|
||||
return this.object.id
|
||||
},
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
|
@@ -30,7 +30,7 @@ export default {
|
||||
activeMenu: 'AssetPermissionDetail',
|
||||
submenu: [
|
||||
{
|
||||
title: this.$t('perms.assetPermissionDetail'),
|
||||
title: this.$t('common.BasicInfo'),
|
||||
name: 'AssetPermissionDetail'
|
||||
},
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-row :gutter="20">
|
||||
<el-col :md="14" :sm="24">
|
||||
<DetailCard :title="cardTitle" :items="detailCardItems" />
|
||||
<DetailCard :items="detailCardItems" />
|
||||
</el-col>
|
||||
<el-col :md="10" :sm="24">
|
||||
<QuickActions type="primary" :actions="quickActions" />
|
||||
@@ -52,9 +52,6 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
cardTitle() {
|
||||
return this.object.id
|
||||
},
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
|
@@ -27,7 +27,7 @@ export default {
|
||||
activeMenu: 'DatabaseAppPermissionDetail',
|
||||
submenu: [
|
||||
{
|
||||
title: this.$t('perms.databaseAppPermissionDetail'),
|
||||
title: this.$t('common.BasicInfo'),
|
||||
name: 'DatabaseAppPermissionDetail'
|
||||
},
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="14">
|
||||
<DetailCard :title="cardTitle" :items="detailCardItems" />
|
||||
<DetailCard :items="detailCardItems" />
|
||||
</el-col>
|
||||
<el-col :span="10">
|
||||
<QuickActions type="primary" :actions="quickActions" />
|
||||
@@ -52,9 +52,6 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
cardTitle() {
|
||||
return this.object.id
|
||||
},
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
|
@@ -27,7 +27,7 @@ export default {
|
||||
activeMenu: 'RemoteAppPermissionDetail',
|
||||
submenu: [
|
||||
{
|
||||
title: this.$t('perms.remoteAppPermissionDetail'),
|
||||
title: this.$t('common.BasicInfo'),
|
||||
name: 'RemoteAppPermissionDetail'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user