updated style & layout

This commit is contained in:
Warunee Tamkoo 2024-08-16 17:52:04 +07:00
parent 78310f1d3e
commit 2a1e85f720
33 changed files with 344 additions and 451 deletions

View file

@ -467,8 +467,7 @@ watch(tab, () => {
flat
round
icon="edit"
color="primary"
size="12px"
color="edit"
@click.petvent="
() => {
typeOnSubmit = 'edit';
@ -477,7 +476,7 @@ watch(tab, () => {
}
"
>
<q-tooltip>ลบขอมลสำรอง </q-tooltip>
<q-tooltip>แกไขการสำรองขอม</q-tooltip>
</q-btn>
<q-btn
@ -487,10 +486,9 @@ watch(tab, () => {
:disable="restoreRunTotal !== 0"
icon="delete"
color="red"
size="12px"
@click.petvent="onDelete(props.row.id)"
>
<q-tooltip>นค </q-tooltip>
<q-tooltip>ลบรายการสำรองขอม</q-tooltip>
</q-btn>
</q-td>
</q-tr>

View file

@ -237,10 +237,9 @@ function onRestore(name: string) {
round
icon="delete"
color="red"
size="12px"
@click.petvent="onDelete(props.row.name)"
>
<q-tooltip>ลบขอมลสำรอง </q-tooltip>
<q-tooltip>ลบขอมลสำรอง</q-tooltip>
</q-btn>
<q-btn
@ -250,11 +249,10 @@ function onRestore(name: string) {
round
:disable="restoreRunTotal !== 0"
icon="restore"
color="primary"
size="12px"
color="blue"
@click.petvent="onRestore(props.row.name)"
>
<q-tooltip>นค </q-tooltip>
<q-tooltip>นค</q-tooltip>
</q-btn>
</q-td>
</q-tr>