ปรับการแสดงผลเสียชีวิต

This commit is contained in:
Warunee Tamkoo 2023-08-08 18:11:39 +07:00
parent c51f66c808
commit ca44ebd1b7
2 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ const visibleColumns = ref<string[]>([
"prefix",
"fullname",
"positionType",
// "position",
"position",
"positionLevel",
"positionExecutive",
"oc",
@ -100,7 +100,7 @@ const fectListDecased = async () => {
prefix: e.prefix,
fullname: e.firstName + " " + e.lastName,
positionType: e.positionType,
// position: e.position,
position: e.positionLine,
positionLevel: e.positionLevel,
positionExecutive: e.positionExecutive,
oc: e.organization,