date
This commit is contained in:
parent
efce8f7204
commit
605a5dbf20
1 changed files with 3 additions and 2 deletions
|
|
@ -91,8 +91,9 @@ async function fetchHistory() {
|
|||
itemHistory.value = filterData.map((e: OrgRevision) => ({
|
||||
id: e.orgRevisionId,
|
||||
name: e.orgRevisionName,
|
||||
orgRevisionCreatedAt:
|
||||
e.orgRevisionCreatedAt ?? date2Thai(e.orgRevisionCreatedAt),
|
||||
orgRevisionCreatedAt: e.orgRevisionCreatedAt
|
||||
? date2Thai(e.orgRevisionCreatedAt)
|
||||
: "",
|
||||
}));
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue