Compare commits
No commits in common. "dev" and "v1.1.8" have entirely different histories.
1 changed files with 6 additions and 10 deletions
|
|
@ -420,8 +420,8 @@ function handleDeleteNotification() {
|
||||||
hideLoader();
|
hideLoader();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
|
"ยืนยันการลบข้อมูล",
|
||||||
`ต้องการล้างการแจ้งเตือนทั้งหมด (${totalInbox.value} รายการ) ใช่หรือไม่? การกระทำนี้ไม่สามารถย้อนกลับได้`,
|
"ต้องการยืนยันการลบรายการแจ้งเตือนทั้งหมดใช่หรือไม่?",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -534,16 +534,12 @@ onUnmounted(() => {
|
||||||
v-if="totalInbox !== 0"
|
v-if="totalInbox !== 0"
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
no-caps
|
round
|
||||||
size="12px"
|
color="red"
|
||||||
color="red-7"
|
icon="delete"
|
||||||
icon="mdi-trash-can-outline"
|
|
||||||
label="ล้างทั้งหมด"
|
|
||||||
class="q-ml-sm"
|
|
||||||
aria-label="ล้างการแจ้งเตือนทั้งหมด"
|
|
||||||
@click.stop.prevent="handleDeleteNotification"
|
@click.stop.prevent="handleDeleteNotification"
|
||||||
>
|
>
|
||||||
<q-tooltip>ล้างการแจ้งเตือนทั้งหมด</q-tooltip>
|
<q-tooltip>ลบการแจ้งเตือนทั้งหมด</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue