fix
This commit is contained in:
parent
ffa3631986
commit
cac4ff2bfa
13 changed files with 74 additions and 37 deletions
|
|
@ -45,6 +45,7 @@ export const useComplainstDataStore = defineStore(
|
|||
? date2Thai(e.dateConsideration)
|
||||
: "-",
|
||||
status: e.status ? statusTothai(e.status) : "-",
|
||||
statusMain: e.status,
|
||||
}));
|
||||
rows.value = dataList;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -277,6 +277,7 @@ export const useInvestigateDisStore = defineStore(
|
|||
)}`
|
||||
: "-",
|
||||
status: convertStatus(e.status) ?? "-",
|
||||
startMain: e.status,
|
||||
dateReceived: e.dateReceived ? date2Thai(e.dateReceived) : "-",
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue