โครงสร้างอัตรากำลัง => structure org

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-05 17:04:44 +07:00
parent 9c5e024965
commit 89efce2830
4 changed files with 162 additions and 52 deletions

View file

@ -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);