ปรับ layout โครงสร้างอัตรากำลัง
This commit is contained in:
parent
67d136c2bb
commit
cda9e56239
2 changed files with 73 additions and 63 deletions
|
|
@ -150,7 +150,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "positionIsSelected",
|
||||
align: "left",
|
||||
label: "มีคนครองหรือไม่",
|
||||
label: "คนครอง",
|
||||
sortable: true,
|
||||
field: "positionIsSelected",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -429,12 +429,12 @@ function updatePagination(newPagination: NewPagination) {
|
|||
<q-td>
|
||||
<q-btn
|
||||
flat
|
||||
size="12px"
|
||||
color="grey-8"
|
||||
size="14px"
|
||||
color="primary"
|
||||
round
|
||||
dense
|
||||
@click="props.expand = !props.expand"
|
||||
:icon="props.expand ? 'mdi-menu-up' : 'mdi-menu-down'"
|
||||
:icon="props.expand ? 'mdi-menu-down' : 'mdi-menu-right'"
|
||||
/>
|
||||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue