updated style & layout
This commit is contained in:
parent
78310f1d3e
commit
2a1e85f720
33 changed files with 344 additions and 451 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue