registry advanced search
This commit is contained in:
parent
d326d7b144
commit
448a4961fa
1 changed files with 12 additions and 5 deletions
|
|
@ -458,7 +458,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
</q-form>
|
</q-form>
|
||||||
|
|
||||||
<div class="row q-mt-sm q-gutter-sm justify-center">
|
<div class="row q-mt-sm q-gutter-sm">
|
||||||
<q-btn-dropdown
|
<q-btn-dropdown
|
||||||
flat
|
flat
|
||||||
rounded
|
rounded
|
||||||
|
|
@ -581,6 +581,13 @@ onMounted(async () => {
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-btn-dropdown>
|
</q-btn-dropdown>
|
||||||
|
|
||||||
|
<q-space />
|
||||||
|
<div class="q-pt-sm q-pr-sm">
|
||||||
|
<a href="/report/registry" class="text-white">
|
||||||
|
การค้นหาขั้นสูง
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<q-separator
|
<q-separator
|
||||||
inset
|
inset
|
||||||
vertical
|
vertical
|
||||||
|
|
@ -597,7 +604,7 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="row q-gutter-sm justify-center"
|
class="row q-gutter-sm justify-start"
|
||||||
v-if="empType !== 'officer'"
|
v-if="empType !== 'officer'"
|
||||||
>
|
>
|
||||||
<q-toggle
|
<q-toggle
|
||||||
|
|
@ -685,7 +692,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="empType === 'officer'"
|
v-if="empType === 'officer'"
|
||||||
class="row q-gutter-sm justify-center"
|
class="row q-gutter-sm justify-start"
|
||||||
>
|
>
|
||||||
<q-toggle
|
<q-toggle
|
||||||
v-model="store.formFilter.isProbation"
|
v-model="store.formFilter.isProbation"
|
||||||
|
|
@ -779,9 +786,9 @@ onMounted(async () => {
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-btn-dropdown>
|
</q-btn-dropdown>
|
||||||
</div>
|
</div>
|
||||||
<div class="row justify-center">
|
<!-- <div class="row justify-center">
|
||||||
<a href="/report/registry" class="text-white"> Advanced search </a>
|
<a href="/report/registry" class="text-white"> Advanced search </a>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue