feat: loginlog style

pull/3/head
xingyuv 2023-03-24 13:25:06 +08:00
parent ddb73432d0
commit 2cfbb8d094
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div>
<BasicTable @register="registerTable">
<template #toolbar>
<a-button type="warning" @click="handleExport"> {{ t('action.export') }} </a-button>
<a-button type="warning" v-auth="['system:login-log:export']" @click="handleExport"> {{ t('action.export') }} </a-button>
</template>
</BasicTable>
</div>