แก้คำ /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"> <q-td key="position" :props="props">
{{ props.row.position ? props.row.position : "-" }} {{ props.row.position ? props.row.position : "-" }}
</q-td> </q-td>
<q-td key="unit" :props="props"> <q-td key="unit" :props="props" class="text-html">
{{ props.row.unit ? props.row.unit : "-" }} <div class="text-html">
{{ props.row.unit ? props.row.unit : "-" }}
</div>
</q-td> </q-td>
<q-td key="send" :props="props"> <q-td key="send" :props="props">
<q-select <q-select

View file

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