feat: UDM鉴权用户多语言

This commit is contained in:
TsMask
2023-09-21 20:29:44 +08:00
committed by lai
parent 4e4d7ad61a
commit 0e95866854
3 changed files with 35 additions and 38 deletions

View File

@@ -429,10 +429,10 @@ onMounted(() => {
<template #icon><PlusOutlined /></template>
{{ t('common.addText') }}
</a-button>
<!-- <a-button type="primary" @click.prevent="fnGetAll">
<a-button type="primary" @click.prevent="fnGetAll">
<template #icon><PlusOutlined /></template>
{{ t('nfCommon.getAll') }}
</a-button> -->
{{ t('views.neUser.auth.getAll') }}
</a-button>
</a-space>
</template>