1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[system admin] org/members: fixed 'create time' (#4608)

This commit is contained in:
llj
2020-06-28 14:43:56 +08:00
committed by GitHub
parent 6f0e7b70c0
commit 20bf64a4d5

View File

@@ -197,7 +197,7 @@ class Item extends Component {
</td>
<td>{`${Utils.bytesToSize(item.quota_usage)} / ${item.quota_total > 0 ? Utils.bytesToSize(item.quota_total) : '--'}`}</td>
<td>
{moment(item.ctime).format('YYYY-MM-DD HH:mm:ss')}{' / '}{item.last_login ? moment(item.last_login).fromNow() : '--'}
{moment(item.create_time).format('YYYY-MM-DD HH:mm:ss')}{' / '}{item.last_login ? moment(item.last_login).fromNow() : '--'}
</td>
<td>
{(isOpIconShown && item.email != username) &&