โครงสร้างอัตรากำลัง
This commit is contained in:
parent
7891c16a6c
commit
b95b65c115
1 changed files with 3 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue