代码更新

This commit is contained in:
ldj_willow
2022-10-14 09:37:59 +08:00
parent 44f605528f
commit 2fcab79f10
4 changed files with 24 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
<el-table-column prop="ip" label="登录IP" />
<el-table-column show-overflow-tooltip prop="address" label="登录地点" />
<el-table-column prop="browser" label="浏览器" width="145px" />
<el-table-column prop="loginTime" label="登录时间">
<el-table-column prop="loginTime" label="登录时间" min-width="120" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.loginTime) }}</span>
</template>