Merge branch 'nice' into develop
This commit is contained in:
commit
4069b06185
1 changed files with 13 additions and 11 deletions
|
|
@ -584,17 +584,19 @@ onMounted(async () => {
|
||||||
|
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<!-- Components รายการข้อมูลทะเบียนประวัติ -->
|
<!-- Components รายการข้อมูลทะเบียนประวัติ -->
|
||||||
<TableView
|
<!-- v-model:mode="mode" -->
|
||||||
v-model:mode="mode"
|
<div>
|
||||||
v-model:form-filter="store.formFilter"
|
<TableView
|
||||||
v-model:max-page="maxPage"
|
v-model:form-filter="store.formFilter"
|
||||||
:rows="dataPersonMain"
|
v-model:max-page="maxPage"
|
||||||
:fetch-data="fetchDataPerson"
|
:rows="dataPersonMain"
|
||||||
:fetch-type="fetchType"
|
:fetch-data="fetchDataPerson"
|
||||||
:total="total"
|
:fetch-type="fetchType"
|
||||||
:is-filter="isShowBtnFilter"
|
:total="total"
|
||||||
:emp-type="empType"
|
:is-filter="isShowBtnFilter"
|
||||||
/>
|
:emp-type="empType"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue