mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 修改一些提示文案
This commit is contained in:
@@ -149,6 +149,7 @@ export default [
|
||||
component: () => import('@/views/assets/Cloud/'),
|
||||
meta: {
|
||||
title: i18n.t('xpack.Cloud.StrategyList'),
|
||||
activeMenu: activateMenu,
|
||||
permissions: ['xpack.view_strategy']
|
||||
}
|
||||
},
|
||||
@@ -160,6 +161,7 @@ export default [
|
||||
meta: {
|
||||
title: i18n.t('common.StrategyCreate'),
|
||||
action: 'create',
|
||||
activeMenu: activateMenu,
|
||||
permissions: ['xpack.add_strategy']
|
||||
}
|
||||
},
|
||||
@@ -170,6 +172,7 @@ export default [
|
||||
hidden: true,
|
||||
meta: {
|
||||
title: i18n.t('common.StrategyUpdate'),
|
||||
activeMenu: activateMenu,
|
||||
permissions: ['xpack.change_strategy']
|
||||
}
|
||||
},
|
||||
@@ -180,6 +183,7 @@ export default [
|
||||
hidden: true,
|
||||
meta: {
|
||||
title: i18n.t('common.StrategyDetail'),
|
||||
activeMenu: activateMenu,
|
||||
permissions: ['xpack.view_strategy']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,5 +44,8 @@ export default {
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
<style lang="scss" scoped>
|
||||
>>> .attr-input {
|
||||
margin-top: -6px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -58,6 +58,6 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<template>
|
||||
<AttrInput
|
||||
:before-submit="beforeSubmit"
|
||||
:form-config="formConfig"
|
||||
:table-config="tableConfig"
|
||||
:before-submit="beforeSubmit"
|
||||
class="attr-input"
|
||||
@submit="onSubmit"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<AttrInput
|
||||
:form-config="formConfig"
|
||||
:table-config="tableConfig"
|
||||
class="attr-input"
|
||||
@submit="onSubmit"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user