ปรับหน้าตรวจสอบคุณสมบัติผู้สมัครสอบรอบคัดเลือก
This commit is contained in:
parent
b7c915d429
commit
117d664446
3 changed files with 12 additions and 17 deletions
|
|
@ -197,7 +197,7 @@ const fileOpen = (url: string) => {
|
|||
bordered
|
||||
:style="$q.screen.gt.xs ? 'height: 80vh' : 'height: auto;'"
|
||||
>
|
||||
<div class="eow col-12" v-for="(d, index) in data" :key="d.no">
|
||||
<div class=" col-12" v-for="(d, index) in data" :key="index">
|
||||
<div class="col-12 q-pa-xs">
|
||||
<q-item>
|
||||
<q-item-section top avatar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue