ปรับวินัย

This commit is contained in:
setthawutttty 2024-01-17 11:23:10 +07:00
parent 61db243f92
commit 5a73b3d08b
6 changed files with 22 additions and 8 deletions

View file

@ -220,7 +220,10 @@ onMounted(async () => {
1
}}
</div>
<div>
<div v-else-if="col.name === 'title'" class="table_ellipsis">
{{ props.row.title }}
</div>
<div v-else>
{{ col.value }}
</div>
</q-td>