fix รายการรับโอน
This commit is contained in:
parent
990ec2a765
commit
8c1f6fa727
1 changed files with 8 additions and 0 deletions
|
|
@ -610,6 +610,14 @@ onMounted(async () => {
|
||||||
: "-"
|
: "-"
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-else-if="col.name == 'organizationNameOld'"
|
||||||
|
class="text-html"
|
||||||
|
>
|
||||||
|
{{ col.value ? col.value : "-" }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div v-else-if="col.name == 'createdAt'">
|
<div v-else-if="col.name == 'createdAt'">
|
||||||
{{
|
{{
|
||||||
props.row.createdAt ? date2Thai(props.row.createdAt) : "-"
|
props.row.createdAt ? date2Thai(props.row.createdAt) : "-"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue