fix ui noti
This commit is contained in:
parent
64ae4d486d
commit
6dcbd7140b
1 changed files with 7 additions and 3 deletions
|
|
@ -277,7 +277,7 @@ function handleDeleteNotification() {
|
|||
}
|
||||
},
|
||||
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
|
||||
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดใช่หรือไม่?",
|
||||
`ต้องการล้างการแจ้งเตือนทั้งหมด (${totalInbox.value} รายการ) ใช่หรือไม่? การกระทำนี้ไม่สามารถย้อนกลับได้`,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -393,9 +393,13 @@ watch(
|
|||
v-if="totalInbox !== 0"
|
||||
flat
|
||||
dense
|
||||
round
|
||||
color="grey-7"
|
||||
no-caps
|
||||
size="12px"
|
||||
color="red-7"
|
||||
icon="mdi-trash-can-outline"
|
||||
label="ล้างทั้งหมด"
|
||||
class="q-ml-sm"
|
||||
aria-label="ล้างการแจ้งเตือนทั้งหมด"
|
||||
@click.stop.prevent="handleDeleteNotification"
|
||||
>
|
||||
<q-tooltip>ล้างการแจ้งเตือนทั้งหมด</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue