Mod modified time format

This commit is contained in:
lihengxin 2021-09-03 17:09:02 +08:00
parent bf303c536a
commit 94d59c2737

View File

@ -106,7 +106,7 @@ export default {
return filesize(this.size); return filesize(this.size);
}, },
humanTime: function () { humanTime: function () {
return moment(this.modified).fromNow(); return moment(this.modified).format("YYYY-MM-DD HH:mm");
}, },
dragStart: function () { dragStart: function () {
if (this.selectedCount === 0) { if (this.selectedCount === 0) {