Issue #7: Done.

This commit is contained in:
chiayin
2023-10-04 15:14:15 +08:00
parent 40b339a235
commit b5f6c9785a

View File

@@ -66,7 +66,7 @@ export default defineStore('filesStore', {
this.allEventLog = response.data;
this.allEventLog.map(o => {
o.icon = 'work_history';
o.parentLog = "-";
o.parentLog = o.name;
o.fileType = "Log";
o.ownerName = o.owner.name;
o.updated_at = moment(o.updated_at).utcOffset('+08:00').format('YYYY-MM-DD HH:mm');