0
点赞
收藏
分享

微信扫一扫

VUE 日期转为时分秒

天际孤狼 2022-03-18 阅读 64
vue.js前端

parseTime(scope.row.warnDate, "{y}-{m}-{d} {h}:{i}:{s}")

<span>{{ parseTime(scope.row.warnDate, "{y}-{m}-{d} {h}:{i}:{s}") }}</span>

举报

相关推荐

0 条评论