ui รายการการสอบสวนความผิดทางวินัย

This commit is contained in:
setthawutttty 2023-11-07 09:52:03 +07:00
parent ccbc870dec
commit 02c8376b7f
7 changed files with 764 additions and 604 deletions

View file

@ -32,6 +32,7 @@ export const useInvestigateDisStore = defineStore(
]);
async function fecthList(data: investigateDisDataRowType[]) {
let datalist: investigateDisDataRowType[] = data.map((e: any) => ({
id:e.id,
subject: e.subject,
interrogated: e.interrogated,
fault: convertFault(e.fault),