เพิ่ม tooltip
This commit is contained in:
parent
5a2658ab37
commit
4068fd8b74
2 changed files with 29 additions and 25 deletions
|
|
@ -254,31 +254,31 @@ function updateDateMonth(date: Date) {
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="row q-mb-sm justify-between">
|
<div class="row q-mb-sm justify-between">
|
||||||
|
<q-btn
|
||||||
|
size="12px"
|
||||||
|
dense
|
||||||
|
icon="mdi-chevron-left"
|
||||||
|
class="self-center items-center"
|
||||||
|
color="primary"
|
||||||
|
@click="gotoPrevMonth"
|
||||||
|
>
|
||||||
|
<q-tooltip>เดือนก่อนหน้า</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
|
|
||||||
<q-btn
|
<p class="q-ma-none text-center">
|
||||||
size="12px"
|
{{ monthYearThai(dateMonth) }}
|
||||||
dense
|
</p>
|
||||||
icon="mdi-chevron-left"
|
|
||||||
class="self-center items-center"
|
|
||||||
color="primary"
|
|
||||||
@click="gotoPrevMonth"
|
|
||||||
></q-btn>
|
|
||||||
|
|
||||||
|
|
||||||
<p class="q-ma-none text-center">
|
|
||||||
{{ monthYearThai(dateMonth) }}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<q-btn
|
|
||||||
size="12px"
|
|
||||||
dense
|
|
||||||
icon="mdi-chevron-right"
|
|
||||||
class="self-center items-center"
|
|
||||||
color="primary"
|
|
||||||
@click="gotoNextMonth"
|
|
||||||
></q-btn>
|
|
||||||
|
|
||||||
|
<q-btn
|
||||||
|
size="12px"
|
||||||
|
dense
|
||||||
|
icon="mdi-chevron-right"
|
||||||
|
class="self-center items-center"
|
||||||
|
color="primary"
|
||||||
|
@click="gotoNextMonth"
|
||||||
|
>
|
||||||
|
<q-tooltip>เดือนถัดไป</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
<FullCalendar
|
<FullCalendar
|
||||||
ref="fullCalendar"
|
ref="fullCalendar"
|
||||||
|
|
|
||||||
|
|
@ -257,7 +257,9 @@ function updateDateMonth(date: Date) {
|
||||||
class="self-center items-center"
|
class="self-center items-center"
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="gotoPrevMonth"
|
@click="gotoPrevMonth"
|
||||||
></q-btn>
|
>
|
||||||
|
<q-tooltip>เดือนก่อนหน้า</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
|
|
||||||
<p class="q-ma-none text-center">
|
<p class="q-ma-none text-center">
|
||||||
{{ monthYearThai(dateMonth) }}
|
{{ monthYearThai(dateMonth) }}
|
||||||
|
|
@ -270,7 +272,9 @@ function updateDateMonth(date: Date) {
|
||||||
class="self-center items-center"
|
class="self-center items-center"
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="gotoNextMonth"
|
@click="gotoNextMonth"
|
||||||
></q-btn>
|
>
|
||||||
|
<q-tooltip>เดือนถัดไป</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
<FullCalendar
|
<FullCalendar
|
||||||
ref="fullCalendar"
|
ref="fullCalendar"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue