อัตรากำลังลูกจ้างประจำ ฯ => ปรับ form

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-11 14:03:49 +07:00
parent 04d92391ac
commit f18e224db0
4 changed files with 16 additions and 8 deletions

View file

@ -713,8 +713,10 @@ watch(
</div>
</q-card-section>
<q-separator />
<q-card-actions align="right" class="bg-white text-teal">
<q-btn type="submit" :label="`บันทึก`" color="public" />
<q-card-actions align="right">
<q-btn type="submit" :label="`บันทึก`" color="public">
<q-tooltip>นท</q-tooltip>
</q-btn>
</q-card-actions>
</form>
</q-card>

View file

@ -119,7 +119,7 @@ watch(
/>
<q-separator />
<q-card-section>
<q-card-section style="max-height: 70vh" class="scroll">
<q-table
v-if="rows.length > 0"
v-draggable-table="{
@ -150,7 +150,9 @@ watch(
:label="`บันทึก`"
color="public"
@click="save"
/>
>
<q-tooltip>นท</q-tooltip></q-btn
>
</q-card-actions>
</q-card>
</q-dialog>