fix: 修复模板字符串中缺失admin前缀的i18n key

This commit is contained in:
2026-05-01 08:51:43 +08:00
parent f0bef45834
commit ad68c47ecb
4 changed files with 4 additions and 4 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(`.cloudConstants.types.${form.var_type}`) }}</span>
<span>{{ t(`admin.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>