Issue #7: Done.
This commit is contained in:
@@ -66,7 +66,7 @@ export default defineStore('filesStore', {
|
|||||||
this.allEventLog = response.data;
|
this.allEventLog = response.data;
|
||||||
this.allEventLog.map(o => {
|
this.allEventLog.map(o => {
|
||||||
o.icon = 'work_history';
|
o.icon = 'work_history';
|
||||||
o.parentLog = "-";
|
o.parentLog = o.name;
|
||||||
o.fileType = "Log";
|
o.fileType = "Log";
|
||||||
o.ownerName = o.owner.name;
|
o.ownerName = o.owner.name;
|
||||||
o.updated_at = moment(o.updated_at).utcOffset('+08:00').format('YYYY-MM-DD HH:mm');
|
o.updated_at = moment(o.updated_at).utcOffset('+08:00').format('YYYY-MM-DD HH:mm');
|
||||||
|
|||||||
Reference in New Issue
Block a user