Merge branch 'develop' into auy-dev
This commit is contained in:
commit
0fe78727c1
2 changed files with 10 additions and 8 deletions
|
|
@ -241,7 +241,9 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
|
|||
กล่องข้อความ
|
||||
</div>
|
||||
<q-space />
|
||||
<div class="text-grey-5" style="font-size: 12px">ทั้งหมด {{ totalInbox }} ข้อความ</div>
|
||||
<div class="text-grey-5" style="font-size: 12px">
|
||||
ทั้งหมด {{ totalInbox }} ข้อความ
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="totalInbox != 0"
|
||||
|
|
@ -265,7 +267,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
|
|||
class="'q-py-md q-mb-sm my-menu'"
|
||||
:active="link === item.no"
|
||||
active-class="my-menu-link"
|
||||
@click="onClickOpenPopupDetail(item)"
|
||||
@click.stop.prevent="onClickOpenPopupDetail(item)"
|
||||
>
|
||||
<q-item-section>
|
||||
<q-item-label caption class="text-weight-light">
|
||||
|
|
@ -308,7 +310,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
|
|||
icon="mdi-reply"
|
||||
size="10px"
|
||||
color="grey-7"
|
||||
@click="dialogRepleOpen(item.no)"
|
||||
@click.stop.prevent="dialogRepleOpen(item.no)"
|
||||
>
|
||||
<q-tooltip>ตอบกลับข้อความ</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue