" " เลขที่ตำแหน่ง
This commit is contained in:
parent
8a5a9f3e20
commit
a3bfe8dd51
3 changed files with 4 additions and 4 deletions
|
|
@ -104,7 +104,7 @@ function getData() {
|
|||
|
||||
const dataMap = dataList.map((item: any) => ({
|
||||
id: item.id,
|
||||
name: `${item.orgShortname}${
|
||||
name: `${item.orgShortname} ${
|
||||
item.posMasterNoPrefix ? item.posMasterNoPrefix : ""
|
||||
}${item.posMasterNo ? item.posMasterNo : ""}${
|
||||
item.posMasterNoSuffix ? item.posMasterNoSuffix : ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue