feat: loginlog style
parent
ddb73432d0
commit
2cfbb8d094
|
@ -2,7 +2,7 @@
|
||||||
<div>
|
<div>
|
||||||
<BasicTable @register="registerTable">
|
<BasicTable @register="registerTable">
|
||||||
<template #toolbar>
|
<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>
|
</template>
|
||||||
</BasicTable>
|
</BasicTable>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue