remove competency summary other tabs

This commit is contained in:
Warunee Tamkoo 2024-08-23 12:05:33 +07:00
parent f725b5fe21
commit 8ea15d38dc
4 changed files with 1 additions and 26 deletions

View file

@ -15,7 +15,6 @@ import http from "@/plugins/http";
import config from "@/app.config";
import { checkPermission } from "@/utils/permissions";
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
const total = ref<number>();
const id = ref<string>("");
@ -346,11 +345,6 @@ onMounted(async () => {
</script>
<template>
<div class="row">
<div class="col-12">
<CompetencyTotal />
</div>
</div>
<q-toolbar style="padding: 0">
<q-btn
v-if="checkPermission($route)?.attrIsCreate"