style: 网元配置多语言映射缺失

This commit is contained in:
TsMask
2025-01-10 19:37:29 +08:00
parent 93e00ed436
commit 6bfd0f4792

View File

@@ -196,7 +196,7 @@ function fnActiveConfigNode(key: string | number) {
} else {
message.warning({
content: `${param.paramDisplay} ${t(
'views.configManage.configParamForm.noConfigData'
'views.ne.neConfig.noConfigData'
)}`,
duration: 3,
});
@@ -209,7 +209,7 @@ function fnGetNeConfig() {
const neType = neTypeSelect.value[0];
if (!neType) {
message.warning({
content: t('views.configManage.configParamForm.neTypePleace'),
content: t('views.ne.neConfig.neTypePleace'),
duration: 3,
});
return;
@@ -416,7 +416,7 @@ onMounted(() => {
<!-- 网元类型 -->
<a-card size="small" :bordered="false" :loading="treeState.loading">
<template #title>
{{ t('views.configManage.configParamForm.treeTitle') }}
{{ t('views.ne.neConfig.treeTitle') }}
</template>
<a-form layout="vertical" autocomplete="off">
<a-form-item name="neId ">
@@ -461,7 +461,7 @@ onMounted(() => {
{{ treeState.selectNode.paramDisplay }}
</a-typography-text>
<a-typography-text type="danger" v-else>
{{ t('views.configManage.configParamForm.treeSelectTip') }}
{{ t('views.ne.neConfig.treeSelectTip') }}
</a-typography-text>
</template>
<template #extra>
@@ -550,7 +550,7 @@ onMounted(() => {
<a-popconfirm
:title="
t(
'views.configManage.configParamForm.editOkTip',
'views.ne.neConfig.editOkTip',
{ num: record['display'] }
)
"
@@ -690,7 +690,7 @@ onMounted(() => {
>
<template #icon><BarsOutlined /></template>
{{
t('views.configManage.configParamForm.arrayMore')
t('views.ne.neConfig.arrayMore')
}}
</a-button>
<!--特殊字段拓展显示-->
@@ -794,7 +794,7 @@ onMounted(() => {
<template #icon><BarsOutlined /></template>
{{
t(
'views.configManage.configParamForm.arrayMore'
'views.ne.neConfig.arrayMore'
)
}}
</a-button>