fix(investigatefacts):display icon
This commit is contained in:
parent
b7329370d6
commit
7016378ac6
2 changed files with 3 additions and 1 deletions
|
|
@ -248,6 +248,7 @@ export const useInvestigateFactStore = defineStore(
|
|||
? date2Thai(e.dateReceived as Date)
|
||||
: "-",
|
||||
status: e.status ? convertStatus(e.status) : "-",
|
||||
statusMain: e.status ? e.status : "",
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue