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;
|
const data = res.data.result;
|
||||||
status.value = data.status;
|
status.value = data.status;
|
||||||
rejectDetail.value = data.rejectDetail;
|
rejectDetail.value = data.rejectDetail;
|
||||||
console.log(rejectDetail.value);
|
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
messageError($q, e);
|
messageError($q, e);
|
||||||
|
|
@ -337,10 +336,11 @@ onMounted(async () => {
|
||||||
icon="refresh"
|
icon="refresh"
|
||||||
class="bg-red-1"
|
class="bg-red-1"
|
||||||
@click="modalReverse"
|
@click="modalReverse"
|
||||||
v-if="status == 'payment' || status == 'checkSeat'"
|
v-if="status == 'payment'"
|
||||||
>
|
>
|
||||||
<q-tooltip>ย้อนกลับให้เจ้าหน้าที่ตรวจสอบ</q-tooltip>
|
<q-tooltip>ย้อนกลับให้เจ้าหน้าที่ตรวจสอบ</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
<!-- || status == 'checkSeat' -->
|
||||||
</div>
|
</div>
|
||||||
<q-card class="q-pa-md">
|
<q-card class="q-pa-md">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -1302,7 +1302,11 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
</q-td>
|
</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">
|
<div class="col-12">
|
||||||
<q-radio
|
<q-radio
|
||||||
dense
|
dense
|
||||||
|
|
@ -1403,7 +1407,11 @@ onMounted(async () => {
|
||||||
</template>
|
</template>
|
||||||
</selector>
|
</selector>
|
||||||
</q-td>
|
</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">
|
<div class="col-12">
|
||||||
<q-radio
|
<q-radio
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue