ปรับ layout popup คำสั่งเงินเดือน
This commit is contained in:
parent
c5e8b7d593
commit
66838ed076
1 changed files with 7 additions and 4 deletions
|
|
@ -706,12 +706,15 @@ const pagination = ref({
|
|||
</q-card>
|
||||
</q-dialog>
|
||||
<!--********************************** รายชื่อ ********************************** -->
|
||||
<q-dialog v-model="modalAdd" persistent>
|
||||
<q-dialog v-model="modalAdd" class="dialog" persistent>
|
||||
<q-card style="width: 50vw; max-width: 50vw">
|
||||
<q-form ref="myFormAdd">
|
||||
<DialogHeader tittle="รายชื่อในการออกคำสั่ง" :close="modalAddChange" />
|
||||
<q-separator />
|
||||
<q-card-section class="q-pa-sm bg-grey-1">
|
||||
<q-separator color="grey-4" />
|
||||
<q-card-section
|
||||
style="max-height: 60vh"
|
||||
class="scroll q-pa-sm bg-grey-1"
|
||||
>
|
||||
<d-table
|
||||
:rows="rows2"
|
||||
:columns="columns"
|
||||
|
|
@ -756,7 +759,7 @@ const pagination = ref({
|
|||
</template>
|
||||
</d-table>
|
||||
</q-card-section>
|
||||
<q-separator />
|
||||
<q-separator color="grey-4" />
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue