Merge branch 'develop' into dev-tee

This commit is contained in:
setthawutttty 2023-09-13 17:03:42 +07:00
commit 7ba1681d5b
16 changed files with 1760 additions and 2137 deletions

File diff suppressed because it is too large Load diff

View file

@ -443,7 +443,7 @@ const getClass = (val: boolean) => {
<template>
<div>
<div class="q-py-md q-pl-md" style="height: 68vh; overflow-y: scroll">
<div class="q-py-md q-pl-md" style="max-height: 68vh; overflow-y: scroll">
<div class="col-12 row q-pb-sm items-center">
<q-btn flat round color="primary" @click="refresh" icon="mdi-plus">
<q-tooltip>เพมขอม</q-tooltip>

View file

@ -387,7 +387,7 @@ const updateData = (row: DataCopyOrder) => {
<template>
<div>
<div class="q-py-md q-pl-md" style="height: 68vh; overflow-y: scroll">
<div class="q-py-md q-pl-md" style="max-height: 68vh; overflow-y: scroll">
<div class="col-12 row q-py-sm items-center">
<q-btn flat round color="primary" @click="clickAdd" icon="mdi-plus">
<q-tooltip>เพมขอม</q-tooltip>