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