feat:中英文补充

This commit is contained in:
zhongzm
2025-09-22 18:13:20 +08:00
parent 3116e51338
commit d9bc5b9f02
3 changed files with 5 additions and 3 deletions

View File

@@ -600,6 +600,7 @@ export default {
result:'Result', result:'Result',
success:'Success', success:'Success',
default:'Default', default:'Default',
allsuccess:'All NE have been configured successfully!',
}, },
quickUpload: { quickUpload: {
title: 'Quick License Upload', title: 'Quick License Upload',

View File

@@ -600,6 +600,7 @@ export default {
result:'操作结果', result:'操作结果',
success:'成功', success:'成功',
default:'失败', default:'失败',
allsuccess:'所有网元配置成功!',
}, },
quickUpload: { quickUpload: {
title: '快速许可证上传', title: '快速许可证上传',

View File

@@ -421,7 +421,7 @@ watch(
style="text-align: center; padding: 20px; color: #52c41a;" style="text-align: center; padding: 20px; color: #52c41a;"
> >
<CheckCircleOutlined :style="{ marginRight: '8px' }" /> <CheckCircleOutlined :style="{ marginRight: '8px' }" />
所有网元配置成功 {{ t('views.ne.neInfo.quickOam.allsuccess') }}
</div> </div>
</div> </div>
</div> </div>