โครงสร้างอัตรากำลัง => structure org
This commit is contained in:
parent
9c5e024965
commit
89efce2830
4 changed files with 162 additions and 52 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, onMounted, reactive, watch } from "vue";
|
||||
import { checkPermission } from "@/utils/permissions";
|
||||
import { date, useQuasar } from "quasar";
|
||||
import { useQuasar } from "quasar";
|
||||
import { useRouter } from "vue-router";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
|
@ -35,8 +35,6 @@ const {
|
|||
} = useCounterMixin();
|
||||
const { statusText } = useRegistryEmp();
|
||||
|
||||
const filter = ref<string>("");
|
||||
|
||||
/** Table*/
|
||||
const rows = ref<DataEmployee[]>([]);
|
||||
const maxPage = ref<number>(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue