โครงสร้างอัตรากำลัง

This commit is contained in:
setthawutttty 2024-02-19 09:37:36 +07:00
parent 7891c16a6c
commit b95b65c115

View file

@ -667,7 +667,7 @@ async function onClickDownloadReport(val: string, name: string) {
<q-tr v-show="props.expand" :props="props"> <q-tr v-show="props.expand" :props="props">
<q-td colspan="100%" class="bg-grey-1"> <q-td colspan="100%" class="bg-grey-1">
<q-card flat bordered class="text-left q-ma-sm"> <q-card flat bordered class="text-left q-ma-sm">
<q-table <d-table
flat flat
:columns="columnsExpand" :columns="columnsExpand"
:rows="props.row.positions" :rows="props.row.positions"
@ -729,7 +729,7 @@ async function onClickDownloadReport(val: string, name: string) {
</q-td> </q-td>
</q-tr> </q-tr>
</template> </template>
</q-table> </d-table>
</q-card> </q-card>
</q-td> </q-td>
</q-tr> </q-tr>
@ -830,8 +830,5 @@ async function onClickDownloadReport(val: string, name: string) {
padding: 0px; padding: 0px;
} }
} }
.q-table th:last-child,
.q-table td:last-child {
padding: 0px !important;
}
</style> </style>