perf: update acl i18n

This commit is contained in:
ibuler
2025-03-04 18:21:08 +08:00
parent 25b60c1f2b
commit f365282755
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
ref="listTable"
:create-drawer="createDrawer"
:header-actions="headerActions"
:resource="$t('UserLoginACL')"
:table-config="tableConfig"
/>
</template>

View File

@@ -1,6 +1,9 @@
<template>
<TwoCol>
<ListTable :header-actions="headerActions" :table-config="tableConfig" />
<ListTable
:header-actions="headerActions"
:table-config="tableConfig"
/>
</TwoCol>
</template>