ย้าย sammary สมรถนะ
This commit is contained in:
parent
44632967c6
commit
2b67885210
7 changed files with 189 additions and 153 deletions
|
|
@ -15,7 +15,7 @@ import config from "@/app.config";
|
|||
|
||||
import { checkPermission } from "@/utils/permissions";
|
||||
import { useRoute } from "vue-router";
|
||||
|
||||
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
|
||||
const total = ref<number>();
|
||||
const modal = ref<boolean>(false);
|
||||
const rows = ref<any[]>([]);
|
||||
|
|
@ -207,6 +207,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue