update: 优化基本设置创建时间显示
This commit is contained in:
parent
6224bf81ec
commit
3e268404a9
|
@ -59,9 +59,9 @@
|
||||||
<p>注册时间</p>
|
<p>注册时间</p>
|
||||||
<p>
|
<p>
|
||||||
{{
|
{{
|
||||||
moment(userInfo.createTime).format(
|
userInfo.createTime ? moment(userInfo.createTime).format(
|
||||||
'YYYY-MM-DD HH:mm:ss',
|
'YYYY-MM-DD HH:mm:ss',
|
||||||
)
|
) : '-'
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue