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