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"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -425,7 +425,7 @@ onMounted(() => {
|
|||
title="ส่งไปสอบสวน"
|
||||
:rows="mainStore.rowsSend.filter((item: ArrayPersonAdd)=> item.isSend == 'NEW')"
|
||||
:columns="mainStore.columnsDirector"
|
||||
:visibleColumns="mainStore.visibleColumnsDirector"
|
||||
:visible-columns="mainStore.visibleColumnsDirector"
|
||||
@return-person="emitPerson"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1744,14 +1744,14 @@ onMounted(async () => {
|
|||
<DialogDirector
|
||||
:get-list="getList"
|
||||
v-model:Modal="modal"
|
||||
:clickClose="clickClose"
|
||||
:click-close="clickClose"
|
||||
:rows2="investigateDis.rows2"
|
||||
v-model:filterKeyword2="filterKeyword2"
|
||||
v-model:type="type"
|
||||
:filterTable="filterTable"
|
||||
:rowsPerPage="rowsPerPage"
|
||||
:filter-table="filterTable"
|
||||
:rows-per-page="rowsPerPage"
|
||||
:page="page"
|
||||
:maxPage="maxPage"
|
||||
:max-page="maxPage"
|
||||
:selected-row="rows"
|
||||
@update:pagination="updatePagingProp"
|
||||
@returnDirector="returnDirector"
|
||||
|
|
@ -1769,7 +1769,7 @@ onMounted(async () => {
|
|||
title="ส่งรายชื่อไปออกคำสั่งยุติเรื่อง"
|
||||
:rows="mainStore.rowsCheck"
|
||||
:columns="mainStore.columnsDirector"
|
||||
:visibleColumns="mainStore.visibleColumnsDirector"
|
||||
:visible-columns="mainStore.visibleColumnsDirector"
|
||||
@return-person="emitPerson"
|
||||
:checked-val="false"
|
||||
:fetch-data="fetchData"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue