ย้าย sammary สมรถนะ

This commit is contained in:
STW_TTTY\stwtt 2024-08-08 11:42:31 +07:00
parent 44632967c6
commit 2b67885210
7 changed files with 189 additions and 153 deletions

View file

@ -15,6 +15,7 @@ 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>("");
@ -345,6 +346,11 @@ 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"