เเก้ UIรายการสืบสวนข้อเท็จจริง
This commit is contained in:
parent
e0b3f385a9
commit
52e7ef1541
8 changed files with 605 additions and 469 deletions
|
|
@ -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):'-',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue