解决方法,
<template slot-scope="scope"><span>{{ parseTime(scope.row.boxClosingOnlineTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
刷新页面:
此外,使用@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")加入到domain中的.java程序中也可
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")