fix: เพิ่ม spaceBar
This commit is contained in:
parent
eb26f273a4
commit
a7b35b2f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ onMounted(async () => {
|
|||
}}
|
||||
{{
|
||||
props.row.nodeShortName !== null
|
||||
? `${props.row.nodeShortName}${props.row.posNo}`
|
||||
? `${props.row.nodeShortName} ${props.row.posNo}`
|
||||
: ""
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue