fix: 修复i18n key拼写错误(dmin->admin)和dashboard对象引用问题

This commit is contained in:
2026-05-01 08:33:36 +08:00
parent ffba49bd77
commit f0bef45834
9 changed files with 10 additions and 10 deletions
@@ -294,7 +294,7 @@ onMounted(() => {
</div>
<div class="flex justify-between text-sm">
<span class="text-muted-foreground">{{ t('admin.cloudConstants.create.type') }}</span>
<span>{{ t(`dmin.cloudConstants.types.${form.var_type}`) }}</span>
<span>{{ t(`.cloudConstants.types.${form.var_type}`) }}</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-muted-foreground">{{ t('admin.cloudConstants.create.key') }}</span>