Merge branch 'nice_dev' into develop
This commit is contained in:
commit
799cd7ce08
3 changed files with 12 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ const tab = ref<string>("1");
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="row items-center q-mb-lg">
|
<div class="row items-center q-mb-lg">
|
||||||
<div class="text-dark row items-center text-weight-bold" style="font-size: 20px">
|
<div
|
||||||
|
class="text-dark row items-center text-weight-bold"
|
||||||
|
style="font-size: 20px"
|
||||||
|
>
|
||||||
<q-icon name="mdi-account" class="q-mr-md" />
|
<q-icon name="mdi-account" class="q-mr-md" />
|
||||||
<span>ข้อมูลส่วนตัว</span>
|
<span>ข้อมูลส่วนตัว</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -85,5 +85,6 @@ const splitterModel = ref<number>(12);
|
||||||
.hover-tab:hover {
|
.hover-tab:hover {
|
||||||
background-color: #0793f1;
|
background-color: #0793f1;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,13 @@ function onClickShowFilter() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function onclickSearch() {
|
function onclickSearch() {
|
||||||
|
isShowFilter.value = true;
|
||||||
|
isShowBtnFilter.value = false;
|
||||||
|
if (isShowFilter.value) {
|
||||||
|
fetchType();
|
||||||
|
fetchLevel();
|
||||||
|
fetchYearOption();
|
||||||
|
}
|
||||||
formFilter.keyword = formFilter.keyword === null ? "" : formFilter.keyword;
|
formFilter.keyword = formFilter.keyword === null ? "" : formFilter.keyword;
|
||||||
fetchDataPerson();
|
fetchDataPerson();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue