- แก้ไขรายการลงเวลาปฏิบัติงาน tab 2
- แก้ลำดับเมนู
This commit is contained in:
parent
e114fd84f3
commit
7dee686fa1
5 changed files with 101 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue