✨ 后台管理-用户管理功能-展示最后登录时间
This commit is contained in:
parent
8c6bc1a60e
commit
232cd16a80
@ -44,6 +44,11 @@
|
|||||||
width="180"
|
width="180"
|
||||||
prop="createdTime">
|
prop="createdTime">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="最后登录时间"
|
||||||
|
width="180"
|
||||||
|
prop="lastLoginTime">
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="状态"
|
label="状态"
|
||||||
width="180"
|
width="180"
|
||||||
|
Loading…
Reference in New Issue
Block a user