UI ออกคำสั่ง Tab3
This commit is contained in:
parent
5316a945a8
commit
b14834c1d5
2 changed files with 208 additions and 184 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue