feat: 网元版本多语言翻译

This commit is contained in:
TsMask
2024-05-17 16:04:44 +08:00
parent 85ae7dc5ea
commit 69f3347a4d
5 changed files with 59 additions and 65 deletions

View File

@@ -372,7 +372,7 @@ onMounted(() => {});
<a-switch v-model:checked="modalState.from.reload"> </a-switch>
</a-form-item>
<a-form-item :label="t('views.ne.common.remark')" name="remark">
<a-form-item :label="t('common.remark')" name="remark">
<a-textarea
v-model:value="modalState.from.remark"
:maxlength="200"