ฟิลเตอร์ สถานภาพ
This commit is contained in:
parent
ab4db32ac2
commit
9c72cd249d
5 changed files with 59 additions and 2 deletions
|
|
@ -79,6 +79,7 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
|||
async function fetchListLeaveReject(data: any[]) {
|
||||
let datalist = data.map((e: FremData) => ({
|
||||
id: e.id,
|
||||
profileType: e.profileType ?? '-',
|
||||
leaveTypeName: e.leaveTypeName,
|
||||
leaveTypeId: e.leaveTypeId,
|
||||
fullName: e.fullName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue