แก้สอบคัดเลือก
This commit is contained in:
parent
3ab50d90e3
commit
30ca19dd78
2 changed files with 2 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
>
|
>
|
||||||
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn
|
<!-- <q-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
v-if="status == 'checkRegister'"
|
v-if="status == 'checkRegister'"
|
||||||
>
|
>
|
||||||
<q-tooltip>ตรวจสอบข้อมูล</q-tooltip>
|
<q-tooltip>ตรวจสอบข้อมูล</q-tooltip>
|
||||||
</q-btn>
|
</q-btn> -->
|
||||||
<q-btn
|
<q-btn
|
||||||
color="red"
|
color="red"
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,6 @@
|
||||||
<div
|
<div
|
||||||
v-else-if="col.name == 'status'"
|
v-else-if="col.name == 'status'"
|
||||||
:class="
|
:class="
|
||||||
props.row.status == 'checkRegister' ||
|
|
||||||
props.row.status == 'checkPayment' ||
|
props.row.status == 'checkPayment' ||
|
||||||
props.row.status == 'checkSeat' ||
|
props.row.status == 'checkSeat' ||
|
||||||
props.row.status == 'checkPoint'
|
props.row.status == 'checkPoint'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue