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