ปรับรูปรายชื่อผู้พ้นจากราชการ
This commit is contained in:
parent
0ff6ad85f0
commit
20ec0f915f
2 changed files with 4 additions and 2 deletions
BIN
src/assets/retire-banner.png
Normal file
BIN
src/assets/retire-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue