- แก้ไขรายการลงเวลาปฏิบัติงาน tab 2

- แก้ลำดับเมนู
This commit is contained in:
Warunee Tamkoo 2023-11-03 11:51:07 +07:00
parent e114fd84f3
commit 7dee686fa1
5 changed files with 101 additions and 16 deletions

View file

@ -11,6 +11,7 @@ import type {
TableRows,
DataRes,
} from "@/modules/09_leave/interface/response/work";
import ToolBarDate from "../components/1_Work/ToolBarDate.vue";
// use Store
const mixin = useCounterMixin();
const workStore = useWorklistDataStore();
@ -112,7 +113,7 @@ function fecthWorkList() {
<q-tab-panel name="2">
<!-- <TabList2Vue /> -->
<ToolBar />
<ToolBarDate />
<TableList />
</q-tab-panel>
</q-tab-panels>