feat(ui):i18n (#357)

* feat(ui):i18n

* i18n
This commit is contained in:
wang-liang0615
2024-01-03 14:58:47 +08:00
committed by GitHub
parent 82ea1ddc79
commit c98199e98e
12 changed files with 28 additions and 304 deletions

View File

@@ -1,7 +1,7 @@
<template>
<CustomDrawer
:closable="false"
:title="$t('acl.addReourceType')"
:title="$t('acl.addResourceType')"
:visible="drawerVisible"
@close="onClose"
placement="right"