updated ux registry filter
This commit is contained in:
parent
b3fbddfefb
commit
2531a90e57
4 changed files with 52 additions and 13 deletions
|
|
@ -35,7 +35,7 @@ const props = defineProps({
|
|||
rows: { type: Array },
|
||||
fetchData: { type: Function },
|
||||
fetchType: { type: Function },
|
||||
total: { type: Number },
|
||||
total: { type: Number, default: 0 },
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
@ -239,6 +239,9 @@ watch(
|
|||
>
|
||||
</div>
|
||||
<q-space />
|
||||
<div v-if="total > 0" class="text-teal">
|
||||
พบข้อมูลทั้งหมด {{ total.toLocaleString() }} รายการ
|
||||
</div>
|
||||
<q-select
|
||||
v-if="store.mode === 'table'"
|
||||
v-model="visibleColumns"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue