ui รายการการสอบสวนความผิดทางวินัย
This commit is contained in:
parent
ccbc870dec
commit
02c8376b7f
7 changed files with 764 additions and 604 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue