fix รายงาน รายการลงเวลาปฏิบัติงาน
This commit is contained in:
parent
1513d94f15
commit
3ec21e4865
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ import { ref } from "vue";
|
|||
/** import Components */
|
||||
import Tab1 from "@/modules/09_leave/components/02_WorkList/Tab1.vue";
|
||||
import Tab2 from "@/modules/09_leave/components/02_WorkList/Tab2.vue";
|
||||
import DialogReport from "@/modules/09_leave/components/02_WorkList/DialogReport.vue";
|
||||
// import DialogReport from "@/modules/09_leave/components/02_WorkList/DialogReport.vue";
|
||||
|
||||
const tab = ref("1");
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ function onClickOpenDialog() {
|
|||
<div class="row">
|
||||
<span class="toptitle text-dark item-center">รายการลงเวลาปฏิบัติงาน</span>
|
||||
<q-space />
|
||||
<q-btn
|
||||
<!-- <q-btn
|
||||
dense
|
||||
flat
|
||||
class="text-blue"
|
||||
|
|
@ -26,7 +26,7 @@ function onClickOpenDialog() {
|
|||
@click="onClickOpenDialog"
|
||||
>
|
||||
<q-tooltip>รายงานสถิติการลงเวลา</q-tooltip>
|
||||
</q-btn>
|
||||
</q-btn> -->
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
@ -60,7 +60,7 @@ function onClickOpenDialog() {
|
|||
</q-card>
|
||||
</div>
|
||||
|
||||
<DialogReport :modal="modalReport" :close="onClickOpenDialog" />
|
||||
<!-- <DialogReport :modal="modalReport" :close="onClickOpenDialog" /> -->
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue