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

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