fix เลขที่ตำแหน่ง ' '

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-04 17:32:38 +07:00
parent 39b14d7026
commit 813896c400
4 changed files with 4 additions and 4 deletions

View file

@ -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
: "-";