refactor(notification): update icon and text display
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m42s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-23 15:54:08 +07:00
parent 607457e921
commit c0aa285675

View file

@ -570,15 +570,15 @@ function handleDeleteNotification() {
showLoader();
await http.delete(config.API.msgNotificate);
await getDataNotification(1, "DEL");
success($q, "ลบข้อมูลสำเร็จ");
success($q, "รล้างการแจ้งสำเร็จ");
} catch (error) {
messageError($q, error);
} finally {
hideLoader();
}
},
"ยืนยันการลบข้อมูล",
"ต้องการยืนยันการลบรายการแจ้งเตือนทั้งหมดใช่หรือไม่?"
"ยืนยันการล้างการแจ้งเตือนทั้งหมด",
"ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดทั้งหมดใช่หรือไม่?"
);
}
</script>
@ -667,11 +667,11 @@ function handleDeleteNotification() {
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>