อัตรากำลังลูกจ้างประจำฯ
This commit is contained in:
parent
6d3bd5ca66
commit
5a58938dda
4 changed files with 9 additions and 14 deletions
|
|
@ -536,7 +536,6 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
>
|
||||
<template v-slot:header="props">
|
||||
<q-tr :props="props">
|
||||
<q-th auto-width></q-th>
|
||||
<q-th v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<span class="text-weight-medium">{{ col.label }}</span>
|
||||
</q-th>
|
||||
|
|
@ -545,7 +544,7 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-td>
|
||||
<!-- <q-td>
|
||||
<q-btn
|
||||
flat
|
||||
size="14px"
|
||||
|
|
@ -555,7 +554,7 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
@click="props.expand = !props.expand"
|
||||
:icon="props.expand ? 'mdi-menu-down' : 'mdi-menu-right'"
|
||||
/>
|
||||
</q-td>
|
||||
</q-td> -->
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<div v-if="col.name == 'no'">
|
||||
{{
|
||||
|
|
@ -683,7 +682,7 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
</q-td>
|
||||
</q-tr>
|
||||
|
||||
<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-card flat bordered class="text-left q-ma-sm">
|
||||
<d-table
|
||||
|
|
@ -751,7 +750,7 @@ async function onClickDownloadReport(val: string, name: string) {
|
|||
</d-table>
|
||||
</q-card>
|
||||
</q-td>
|
||||
</q-tr>
|
||||
</q-tr> -->
|
||||
</template>
|
||||
<template v-slot:pagination="scope">
|
||||
<q-pagination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue