แก้เวลา noti error
This commit is contained in:
parent
8286df1869
commit
ccd819650c
3 changed files with 9 additions and 9 deletions
|
|
@ -40,9 +40,9 @@
|
|||
</div>
|
||||
|
||||
<q-separator class="q-my-lg bg-gray" size="5px" />
|
||||
<div class="q-px-sm">
|
||||
<!-- <div class="q-px-sm">
|
||||
<Document :status="status" />
|
||||
</div>
|
||||
</div> -->
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, watch } from 'vue'
|
||||
|
|
|
|||
|
|
@ -84,18 +84,18 @@
|
|||
<q-card :style="$q.screen.gt.xs ? 'min-width: 55vw' : 'min-width: 80vw'">
|
||||
<q-card-section class="row items-center col-12 q-py-sm bg-grey-2">
|
||||
<div class="row col-12 justify-center">
|
||||
<div class="text-bold text-subtitle1">หมดช่วงเวลาสมัครสอบ</div>
|
||||
<div class="text-bold text-subtitle1">หมดเขตรับสมัครสอบ</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-separator />
|
||||
<q-card-section style="max-height: 70vh" class="scroll q-pb-sm">
|
||||
<div class="text-center row justify-center">
|
||||
<q-card class="col-xs-12 col-sm-11 row text-left q-py-sm" flat>
|
||||
<div class="col-12">
|
||||
<p>
|
||||
รายการสอบนี้สามารถสมัครสอบได้เมื่อ
|
||||
{{ dateThaiRange([registerStartDate, registerEndDate]) }}
|
||||
</p>
|
||||
<div class="col-12 items-center">
|
||||
<!-- <p> -->
|
||||
ไม่สามารถทำรายการได้ เนื่องจากหมดช่วงเวลาวันสมัครแล้ว
|
||||
<!-- {{ dateThaiRange([registerEndDate, registerStartDate]) }} -->
|
||||
<!-- </p> -->
|
||||
</div>
|
||||
</q-card>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ export const useCounterMixin = defineStore('mixin', () => {
|
|||
icon: 'mdi-alert-circle',
|
||||
position: 'bottom-right',
|
||||
multiLine: true,
|
||||
timeout: 12000,
|
||||
timeout: 3000,
|
||||
badgeColor: 'warning',
|
||||
classes: 'my-notif-class'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue