แก้คำ /space to enter

This commit is contained in:
setthawutttty 2025-03-28 11:17:14 +07:00
parent cf65b85124
commit 0b91ed7bcf
2 changed files with 5 additions and 3 deletions

View file

@ -378,8 +378,10 @@ onMounted(async () => {
<q-td key="position" :props="props">
{{ props.row.position ? props.row.position : "-" }}
</q-td>
<q-td key="unit" :props="props">
{{ props.row.unit ? props.row.unit : "-" }}
<q-td key="unit" :props="props" class="text-html">
<div class="text-html">
{{ props.row.unit ? props.row.unit : "-" }}
</div>
</q-td>
<q-td key="send" :props="props">
<q-select

View file

@ -73,7 +73,7 @@ onBeforeMount(async () => {
class="q-mr-sm"
@click="router.go(-1)"
/>
<div>รายละเอยดการประเมนบคคลของ{{ `${prefix}${fullName}` }}</div>
<div>รายละเอยดการประเมนบคคลของ{{ `${fullName}` }}</div>
</div>
</div>
<q-card flat bordered class="col-12">