ปรับการแสดงผลเสียชีวิต
This commit is contained in:
parent
c51f66c808
commit
ca44ebd1b7
2 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue