refactor(notification): update icon and text display
This commit is contained in:
parent
59355bd368
commit
fc273ad5a2
1 changed files with 5 additions and 5 deletions
|
|
@ -420,8 +420,8 @@ function handleDeleteNotification() {
|
|||
hideLoader();
|
||||
}
|
||||
},
|
||||
"ยืนยันการลบข้อมูล",
|
||||
"ต้องการยืนยันการลบรายการแจ้งเตือนทั้งหมดใช่หรือไม่?",
|
||||
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
|
||||
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดทั้งหมดใช่หรือไม่?",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -535,11 +535,11 @@ onUnmounted(() => {
|
|||
flat
|
||||
dense
|
||||
round
|
||||
color="red"
|
||||
icon="delete"
|
||||
color="grey-7"
|
||||
icon="mdi-trash-can-outline"
|
||||
@click.stop.prevent="handleDeleteNotification"
|
||||
>
|
||||
<q-tooltip>ลบการแจ้งเตือนทั้งหมด</q-tooltip>
|
||||
<q-tooltip>ล้างการแจ้งเตือนทั้งหมด</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue