remove competency summary other tabs
This commit is contained in:
parent
f725b5fe21
commit
8ea15d38dc
4 changed files with 1 additions and 26 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue