Skip to content

Commit cd65da1

Browse files
committed
时间格式优化
1 parent 78d7b06 commit cd65da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/userManage/admin/authAdmin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
:show-overflow-tooltip="true">
5656
<template slot-scope="scope">
5757
<i class="el-icon-time"></i>
58-
<span>{{ scope.row.last_login_time | parseTime('{y}-{m}-{d} {h}:{i}') }}</span>
58+
<span>{{ scope.row.last_login_time }}</span>
5959
</template>
6060
</el-table-column>
6161
<el-table-column

0 commit comments

Comments
 (0)