mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 07:42:41 +00:00
perf: 详情统一文案
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
},
|
},
|
||||||
fa: {
|
fa: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'fa-info-circle'
|
default: 'fa-info-circle-o'
|
||||||
},
|
},
|
||||||
items: {
|
items: {
|
||||||
type: Array,
|
type: Array,
|
||||||
|
@@ -197,13 +197,9 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-button {
|
.el-button.el-button--default {
|
||||||
color: var(--el-text-color);
|
color: var(--el-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-button--primary.el-button {
|
|
||||||
color: #ffffff ;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 主要是左侧 LeftSide
|
// 主要是左侧 LeftSide
|
||||||
|
@@ -55,7 +55,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quick-actions >>> button {
|
.quick-actions >>> button {
|
||||||
padding: 2px 10px;
|
padding: 4px 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -142,6 +142,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
>>> .detail {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.detail-item:first-child {
|
.detail-item:first-child {
|
||||||
//border-top: 1px solid #EBEEF5;
|
//border-top: 1px solid #EBEEF5;
|
||||||
}
|
}
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
.el-menu-item, .el-submenu-sidebar .el-menu-item {
|
.el-menu-item, .el-submenu-sidebar .el-menu-item {
|
||||||
background-color: $subMenuBg;
|
background-color: $subMenuBg;
|
||||||
color: $menuText;
|
color: $menuText;
|
||||||
list-style: disc inside;
|
list-style: circle inside;
|
||||||
|
|
||||||
&.submenu-title-noDropdown {
|
&.submenu-title-noDropdown {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@@ -41,7 +41,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -27,7 +27,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountBackupPlanExecutionInfo'
|
name: 'AccountBackupPlanExecutionInfo'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -24,7 +24,7 @@ export default {
|
|||||||
activeMenu: 'AccountBackupPlanInfo',
|
activeMenu: 'AccountBackupPlanInfo',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountBackupPlanInfo'
|
name: 'AccountBackupPlanInfo'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -29,7 +29,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountChangeSecretExecutionInfo',
|
name: 'AccountChangeSecretExecutionInfo',
|
||||||
hidden: () => !this.$hasPerm('accounts.view_changesecretexecution')
|
hidden: () => !this.$hasPerm('accounts.view_changesecretexecution')
|
||||||
},
|
},
|
||||||
|
@@ -31,7 +31,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountChangeSecretInfo',
|
name: 'AccountChangeSecretInfo',
|
||||||
hidden: () => !this.$hasPerm('accounts.view_changesecretautomation')
|
hidden: () => !this.$hasPerm('accounts.view_changesecretautomation')
|
||||||
},
|
},
|
||||||
|
@@ -27,7 +27,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Info'
|
name: 'Info'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -33,7 +33,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -23,7 +23,7 @@ export default {
|
|||||||
url: '/api/v1/accounts/push-account-automations',
|
url: '/api/v1/accounts/push-account-automations',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountPushInfo',
|
name: 'AccountPushInfo',
|
||||||
hidden: () => !this.$hasPerm('accounts.view_changesecretautomation')
|
hidden: () => !this.$hasPerm('accounts.view_changesecretautomation')
|
||||||
}
|
}
|
||||||
|
@@ -29,7 +29,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AccountPushExecutionInfo',
|
name: 'AccountPushExecutionInfo',
|
||||||
hidden: () => !this.$hasPerm('accounts.view_pushaccountexecution')
|
hidden: () => !this.$hasPerm('accounts.view_pushaccountexecution')
|
||||||
},
|
},
|
||||||
|
@@ -31,7 +31,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -26,7 +26,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('Detail'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -26,7 +26,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('RuleDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -33,7 +33,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -29,7 +29,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -26,7 +26,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('RuleDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('RuleDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -29,7 +29,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -28,7 +28,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -28,7 +28,7 @@ export default {
|
|||||||
activeMenu: 'Detail',
|
activeMenu: 'Detail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -31,7 +31,7 @@ export default {
|
|||||||
activeMenu: 'JobExecutionDetail',
|
activeMenu: 'JobExecutionDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('ExecutionDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'JobExecutionDetail'
|
name: 'JobExecutionDetail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -28,7 +28,7 @@ export default {
|
|||||||
activeMenu: 'JobDetail',
|
activeMenu: 'JobDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('AdhocDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'JobDetail'
|
name: 'JobDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -26,7 +26,7 @@ export default {
|
|||||||
activeMenu: 'AdhocDetail',
|
activeMenu: 'AdhocDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('AdhocDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'AdhocDetail'
|
name: 'AdhocDetail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -33,7 +33,7 @@ export default {
|
|||||||
activeMenu: 'PlaybookDetail',
|
activeMenu: 'PlaybookDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('PlaybookDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'PlaybookDetail'
|
name: 'PlaybookDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -32,7 +32,7 @@ export default {
|
|||||||
activeMenu: 'AssetPermissionDetail',
|
activeMenu: 'AssetPermissionDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'AssetPermissionDetail'
|
name: 'AssetPermissionDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -34,7 +34,7 @@ export default {
|
|||||||
activeMenu: 'SessionDetailInfo',
|
activeMenu: 'SessionDetailInfo',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('Detail'),
|
title: this.$t('Basic'),
|
||||||
name: 'SessionDetailInfo'
|
name: 'SessionDetailInfo'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -34,7 +34,7 @@ export default {
|
|||||||
activeMenu: 'TaskDetail',
|
activeMenu: 'TaskDetail',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('TaskDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'TaskDetail'
|
name: 'TaskDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@ export default {
|
|||||||
url: '',
|
url: '',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('TicketDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'TicketDetail'
|
name: 'TicketDetail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -22,7 +22,7 @@ export default {
|
|||||||
url: '',
|
url: '',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('TicketDetail'),
|
title: this.$t('Basic'),
|
||||||
name: 'TicketDetail'
|
name: 'TicketDetail'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -25,7 +25,7 @@ export default {
|
|||||||
activeMenu: 'GroupInfo',
|
activeMenu: 'GroupInfo',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'GroupInfo'
|
name: 'GroupInfo'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -49,7 +49,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'RoleInfo'
|
name: 'RoleInfo'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -38,7 +38,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
title: this.$t('BasicInfo'),
|
title: this.$t('Basic'),
|
||||||
name: 'UserInfo'
|
name: 'UserInfo'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user