fix เลขที่ตำแหน่ง ' '
This commit is contained in:
parent
39b14d7026
commit
813896c400
4 changed files with 4 additions and 4 deletions
|
|
@ -100,7 +100,7 @@ const baseColumns = ref<QTableColumn[]>([
|
|||
style: "font-size: 14px",
|
||||
format(val, row) {
|
||||
return row.posNoAbb && row.posNo
|
||||
? `${row.posNoAbb}${row.posNo}`
|
||||
? `${row.posNoAbb} ${row.posNo}`
|
||||
: row.posNo
|
||||
? row.posNo
|
||||
: "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue