ออกคำสั่ง เงินเดือน
This commit is contained in:
parent
1b6bb495a5
commit
aa987f839c
2 changed files with 16 additions and 6 deletions
|
|
@ -371,10 +371,15 @@ onMounted(() => {
|
|||
<div class="row q-col-gutter-sm items-center q-py-xs">
|
||||
<div>
|
||||
<q-btn
|
||||
color="primary"
|
||||
label="ออกคำสั่ง"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
color="add"
|
||||
icon="mdi-account-arrow-right"
|
||||
@click.pervent="modalCommand = true"
|
||||
/>
|
||||
>
|
||||
<q-tooltip>ส่งไปออกคำสั่ง</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
<datepicker
|
||||
|
|
|
|||
|
|
@ -373,10 +373,15 @@ onMounted(() => {
|
|||
<div class="row q-col-gutter-sm items-center q-py-xs">
|
||||
<div>
|
||||
<q-btn
|
||||
color="primary"
|
||||
label="ออกคำสั่ง"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
color="add"
|
||||
icon="mdi-account-arrow-right"
|
||||
@click.pervent="modalCommand = true"
|
||||
/>
|
||||
>
|
||||
<q-tooltip>ส่งไปออกคำสั่ง</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<datepicker
|
||||
menu-class-name="modalfix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue