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