Refactoring code module 14_KPI

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 13:02:15 +07:00
parent bd33093d3e
commit 76118a8d11
37 changed files with 827 additions and 1675 deletions

View file

@ -197,10 +197,10 @@ onMounted(async () => {
<div class="col-12">
<TableComplaint
:filterTable="filterTable"
:rowsPerPage="rowsPerPage"
:filter-table="filterTable"
:rows-per-page="rowsPerPage"
:page="page"
:maxPage="maxPage"
:max-page="maxPage"
@update:pagination="updatePagingProp"
:toptitle="toptitle"
/>