🎨 展示用户最后在线时间

This commit is contained in:
ronger 2021-12-06 10:53:52 +08:00
parent 5c32f8aeb1
commit 2109475ffa

View File

@ -26,7 +26,7 @@
</el-table-column>
<el-table-column
label="昵称"
width="180"
width="140"
prop="nickname">
<template slot-scope="scope">
<el-link type="primary" :href="getUserPath(scope.row.account)" :underline="false">
@ -36,7 +36,7 @@
</el-table-column>
<el-table-column
label="账号"
width="180"
width="140"
prop="account">
</el-table-column>
<el-table-column
@ -49,6 +49,11 @@
width="180"
prop="lastLoginTime">
</el-table-column>
<el-table-column
label="最后在线时间"
width="180"
prop="lastOnlineTime">
</el-table-column>
<el-table-column
label="状态"
width="180"