This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-12-02 16:40:08 +07:00
parent ffa3631986
commit cac4ff2bfa
13 changed files with 74 additions and 37 deletions

View file

@ -45,6 +45,7 @@ export const useComplainstDataStore = defineStore(
? date2Thai(e.dateConsideration)
: "-",
status: e.status ? statusTothai(e.status) : "-",
statusMain: e.status,
}));
rows.value = dataList;
}

View file

@ -277,6 +277,7 @@ export const useInvestigateDisStore = defineStore(
)}`
: "-",
status: convertStatus(e.status) ?? "-",
startMain: e.status,
dateReceived: e.dateReceived ? date2Thai(e.dateReceived) : "-",
}));