UI ออกคำสั่ง Tab3

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-25 10:41:05 +07:00
parent 5316a945a8
commit b14834c1d5
2 changed files with 208 additions and 184 deletions

View file

@ -190,16 +190,18 @@ onMounted(async () => {
</q-card>
</q-tab-panel>
<q-tab-panel style="padding: 0px" name="ListPersons">
<q-card>
<ListPersons
ref="childListPersonsRef"
v-model:is-change-data="isChangeData"
:on-check-change-data="onCheckChangeData"
:command-sys-id="formCommandList.commandSysId as string"
:fetch-data-command-list="fetchDataCommandList"
/>
</q-card>
<q-tab-panel
class="bg-grey-2"
style="padding: 0px;"
name="ListPersons"
>
<ListPersons
ref="childListPersonsRef"
v-model:is-change-data="isChangeData"
:on-check-change-data="onCheckChangeData"
:fetch-data-command-list="fetchDataCommandList"
:command-sys-id="formCommandList?.commandSysId as string"
/>
</q-tab-panel>
<q-tab-panel style="padding: 0px" name="ReceivedCopy">