โครงสร้างอัตรากำลัง
This commit is contained in:
parent
56fae384bf
commit
912c74768d
9 changed files with 164 additions and 195 deletions
|
|
@ -513,7 +513,7 @@ watch([() => page.value, () => pageSize.value], () => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td class="text-center">
|
||||
<q-checkbox
|
||||
keep-color
|
||||
|
|
@ -687,7 +687,7 @@ watch([() => page.value, () => pageSize.value], () => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td>
|
||||
<q-checkbox
|
||||
keep-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue