แก้คำ /space to enter
This commit is contained in:
parent
cf65b85124
commit
0b91ed7bcf
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue