Refactoring code module 14_KPI
This commit is contained in:
parent
bd33093d3e
commit
76118a8d11
37 changed files with 827 additions and 1675 deletions
|
|
@ -393,7 +393,7 @@ onMounted(() => {
|
|||
@return-person="sendPersonToNext"
|
||||
:rows="mainStore.rowsSend"
|
||||
:columns="columns"
|
||||
:visibleColumns="visibleColumns"
|
||||
:visible-columns="visibleColumns"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue