โครงสร้างอัตรากำลัง
This commit is contained in:
parent
92aaccc791
commit
1d9d1e8798
6 changed files with 9 additions and 15 deletions
|
|
@ -9,8 +9,8 @@ import type { DataOption } from "@/modules/02_organizationalNew/interface/index/
|
|||
import type { OrgRevision } from "@/modules/02_organizationalNew/interface/response/organizational";
|
||||
|
||||
/** importComponents*/
|
||||
import ListView from "@/modules/02_organizationalNew/components/listView.vue";
|
||||
import StructureView from "@/modules/02_organizationalNew/components/structureView.vue";
|
||||
import TreeView from "@/modules/02_organizationalNew/components/TreeView.vue";
|
||||
import StructureView from "@/modules/02_organizationalNew/components/StructureView.vue";
|
||||
import DialogFormNewStructure from "@/modules/02_organizationalNew/components/DialogNewStructure.vue";
|
||||
import DialogDateTime from "@/modules/02_organizationalNew/components/DialogFormDateTime.vue";
|
||||
|
||||
|
|
@ -311,15 +311,9 @@ onMounted(async () => {
|
|||
</q-card-section>
|
||||
<q-separator />
|
||||
<q-card-section style="padding: 0px">
|
||||
<!-- <ListView
|
||||
v-if="store.statusView === 'list'"
|
||||
v-model:historyId="historyId"
|
||||
v-model:count="count"
|
||||
/>
|
||||
<StructureView v-if="store.statusView === 'tree'" /> -->
|
||||
<q-tab-panels v-model="store.statusView" animated>
|
||||
<q-tab-panel name="list" style="padding: 0px">
|
||||
<ListView
|
||||
<TreeView
|
||||
v-if="store.statusView === 'list'"
|
||||
v-model:historyId="historyId"
|
||||
v-model:count="count"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue