เเก้ UIรายการสืบสวนข้อเท็จจริง

This commit is contained in:
setthawutttty 2023-11-06 15:13:36 +07:00
parent e0b3f385a9
commit 52e7ef1541
8 changed files with 605 additions and 469 deletions

View file

@ -108,6 +108,7 @@ export const useInvestigateFactStore = defineStore("DisciplineInvestigateFact",
function fecthList(data: investigatefactsDataRowType[]) {
let datalist: investigatefactsDataRowType[] = data.map((e: investigatefactsDataRowType) => {
return {
id:e.id,
subject: e.subject,
interrogated: e.interrogated,
fault: e.fault ? convertFault(e.fault):'-',