table โครงสร้างอัตรากำลัง
This commit is contained in:
parent
fade998d9f
commit
4f025b2c12
4 changed files with 310 additions and 210 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from "vue";
|
||||
import TreeView from "@/modules/02_organizationalNew/components/mainTree.vue";
|
||||
import TableView from "@/modules/02_organizationalNew/components/tableTree.vue";
|
||||
const showData = ref<boolean>(false);
|
||||
</script>
|
||||
<template>
|
||||
<div class="col-12">
|
||||
|
|
@ -16,7 +18,9 @@ import TableView from "@/modules/02_organizationalNew/components/tableTree.vue";
|
|||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-9 q-pa-md">
|
||||
<div class="col-12 row items-center"><TableView /></div>
|
||||
<div class="col-12 row items-center">
|
||||
<TableView v-model:showData="showData" />
|
||||
</div>
|
||||
</div>
|
||||
</q-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue