fix:status
This commit is contained in:
parent
fced27b6f5
commit
7806d56f30
2 changed files with 12 additions and 4 deletions
|
|
@ -53,7 +53,6 @@ async function fetchStatus() {
|
|||
const data = res.data.result;
|
||||
status.value = data.status;
|
||||
rejectDetail.value = data.rejectDetail;
|
||||
console.log(rejectDetail.value);
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -337,10 +336,11 @@ onMounted(async () => {
|
|||
icon="refresh"
|
||||
class="bg-red-1"
|
||||
@click="modalReverse"
|
||||
v-if="status == 'payment' || status == 'checkSeat'"
|
||||
v-if="status == 'payment'"
|
||||
>
|
||||
<q-tooltip>ย้อนกลับให้เจ้าหน้าที่ตรวจสอบ</q-tooltip>
|
||||
</q-btn>
|
||||
<!-- || status == 'checkSeat' -->
|
||||
</div>
|
||||
<q-card class="q-pa-md">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -1302,7 +1302,11 @@ onMounted(async () => {
|
|||
/>
|
||||
</q-td>
|
||||
|
||||
<q-td key="highDegree" :props="props" class="q-col-gutter-sm">
|
||||
<q-td
|
||||
key="highDegree"
|
||||
:props="props"
|
||||
class="q-col-gutter-sm"
|
||||
>
|
||||
<div class="col-12">
|
||||
<q-radio
|
||||
dense
|
||||
|
|
@ -1403,7 +1407,11 @@ onMounted(async () => {
|
|||
</template>
|
||||
</selector>
|
||||
</q-td>
|
||||
<q-td key="educational" :props="props" class="q-col-gutter-sm">
|
||||
<q-td
|
||||
key="educational"
|
||||
:props="props"
|
||||
class="q-col-gutter-sm"
|
||||
>
|
||||
<div class="col-12">
|
||||
<q-radio
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue