Browse Source

feat: loginlog style

main
xingyuv 2 years ago
parent
commit
2cfbb8d094
  1. 2
      src/views/system/loginlog/index.vue

2
src/views/system/loginlog/index.vue

@ -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>