支持登录IP黑名单限制

This commit is contained in:
RuoYi
2023-02-21 09:00:44 +08:00
parent 61caa7966b
commit 1268637e58
11 changed files with 215 additions and 24 deletions

View File

@ -110,7 +110,7 @@
<dict-tag :options="dict.type.sys_common_status" :value="scope.row.status"/>
</template>
</el-table-column>
<el-table-column label="操作信息" align="center" prop="msg" />
<el-table-column label="操作信息" align="center" prop="msg" :show-overflow-tooltip="true" />
<el-table-column label="登录日期" align="center" prop="loginTime" sortable="custom" :sort-orders="['descending', 'ascending']" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.loginTime) }}</span>