โครงสร้างอัตรากำลัง => ทัยที่
This commit is contained in:
parent
e05aad6617
commit
7a09977cab
4 changed files with 15 additions and 6 deletions
|
|
@ -553,9 +553,12 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
1
|
||||
}}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'posMasterNo'">
|
||||
{{ props.row.isSit ? col.value + " " + "(ทับที่)" : col.value }}
|
||||
</div>
|
||||
|
||||
<div v-else>
|
||||
{{ col.value }}
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
</q-td>
|
||||
<q-td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue