เครื่องราช
This commit is contained in:
parent
8a2eee16ec
commit
63943f49ac
4 changed files with 12 additions and 6 deletions
|
|
@ -274,6 +274,7 @@ const selectorInsignia = () => {
|
|||
};
|
||||
const selectorRound = (round: string) => {
|
||||
selectRound.value = round;
|
||||
fecthlistInsignia();
|
||||
};
|
||||
const fecthlistInsignia = async () => {
|
||||
showLoader();
|
||||
|
|
@ -426,7 +427,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
<div class="bg-grey-1 col-12 row items-center">
|
||||
<div class="q-pl-md q-pr-sm text-weight-medium text-grey-7">รอบ</div>
|
||||
<div>
|
||||
<selector
|
||||
<q-select
|
||||
hide-bottom-space
|
||||
borderless
|
||||
dense
|
||||
|
|
@ -441,9 +442,9 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
use-input
|
||||
input-debounce="0"
|
||||
input-class="text-bold text-grey"
|
||||
@update:emit-value="selectorRound"
|
||||
@update:model-value="selectorRound(selectRound)"
|
||||
>
|
||||
</selector>
|
||||
</q-select>
|
||||
</div>
|
||||
</div>
|
||||
<q-separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue