ปรับ 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-card>
|
||||||
</q-dialog>
|
</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-card style="width: 50vw; max-width: 50vw">
|
||||||
<q-form ref="myFormAdd">
|
<q-form ref="myFormAdd">
|
||||||
<DialogHeader tittle="รายชื่อในการออกคำสั่ง" :close="modalAddChange" />
|
<DialogHeader tittle="รายชื่อในการออกคำสั่ง" :close="modalAddChange" />
|
||||||
<q-separator />
|
<q-separator color="grey-4" />
|
||||||
<q-card-section class="q-pa-sm bg-grey-1">
|
<q-card-section
|
||||||
|
style="max-height: 60vh"
|
||||||
|
class="scroll q-pa-sm bg-grey-1"
|
||||||
|
>
|
||||||
<d-table
|
<d-table
|
||||||
:rows="rows2"
|
:rows="rows2"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
|
|
@ -756,7 +759,7 @@ const pagination = ref({
|
||||||
</template>
|
</template>
|
||||||
</d-table>
|
</d-table>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-separator />
|
<q-separator color="grey-4" />
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue