ปรับรูปรายชื่อผู้พ้นจากราชการ

This commit is contained in:
Warunee Tamkoo 2025-05-07 10:40:05 +07:00
parent 0ff6ad85f0
commit 20ec0f915f
2 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View file

@ -143,7 +143,9 @@ async function fetchDataPerson() {
await http
.get(
config.API.registryNewLeave(empType.value !== "officer" ? "-employee" : ""),
config.API.registryNewLeave(
empType.value !== "officer" ? "-employee" : ""
),
{ params: queryParams }
)
.then(async (res) => {
@ -908,7 +910,7 @@ onMounted(async () => {
<style scoped>
.card-img {
background: url("@/assets/registry-banner.png");
background: url("@/assets/retire-banner.png");
background-size: cover;
color: white;
}