Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
AnandaTon 2023-11-03 12:44:00 +07:00
commit 442158bdfc
5 changed files with 117 additions and 31 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>