bug修复

This commit is contained in:
张乐
2020-08-17 18:32:53 +08:00
parent 3af483e2f9
commit d9d6ec0624
18 changed files with 108 additions and 84 deletions

View File

@@ -57,7 +57,7 @@
</el-table-column>
<el-table-column label="最后登录时间" prop="lastTime">
<template slot-scope="scope">
<span>{{ scope.row.lastTime | filterEmpty }}</span>
<span>{{ scope.row.updateTime | filterEmpty }}</span>
</template>
</el-table-column>
<el-table-column label="最后登录IP" prop="lastIp">