perf: 修改一些提示文案

This commit is contained in:
ibuler
2023-08-29 18:22:39 +08:00
parent b276bbad34
commit 085447255b
5 changed files with 12 additions and 3 deletions

View File

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

View File

@@ -44,5 +44,8 @@ export default {
</script>
<style lang="less" scoped>
<style lang="scss" scoped>
>>> .attr-input {
margin-top: -6px;
}
</style>

View File

@@ -58,6 +58,6 @@ export default {
}
</script>
<style>
<style lang='scss' scoped>
</style>

View File

@@ -1,8 +1,9 @@
<template>
<AttrInput
:before-submit="beforeSubmit"
:form-config="formConfig"
:table-config="tableConfig"
:before-submit="beforeSubmit"
class="attr-input"
@submit="onSubmit"
/>
</template>

View File

@@ -2,6 +2,7 @@
<AttrInput
:form-config="formConfig"
:table-config="tableConfig"
class="attr-input"
@submit="onSubmit"
/>
</template>