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 config from "@/app.config";
|
||||||
|
|
||||||
import { checkPermission } from "@/utils/permissions";
|
import { checkPermission } from "@/utils/permissions";
|
||||||
import { useRoute } from "vue-router";
|
import { useRoute } from "vue-router";
|
||||||
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
|
|
||||||
const total = ref<number>();
|
const total = ref<number>();
|
||||||
const modal = ref<boolean>(false);
|
const modal = ref<boolean>(false);
|
||||||
const rows = ref<any[]>([]);
|
const rows = ref<any[]>([]);
|
||||||
|
|
@ -207,11 +206,6 @@ onMounted(async () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
|
||||||
<CompetencyTotal />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<q-toolbar style="padding: 0">
|
<q-toolbar style="padding: 0">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="checkPermission($route)?.attrIsCreate"
|
v-if="checkPermission($route)?.attrIsCreate"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ import http from "@/plugins/http";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
|
|
||||||
import { checkPermission } from "@/utils/permissions";
|
import { checkPermission } from "@/utils/permissions";
|
||||||
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
|
|
||||||
|
|
||||||
const total = ref<number>();
|
const total = ref<number>();
|
||||||
const id = ref<string>("");
|
const id = ref<string>("");
|
||||||
|
|
@ -346,11 +345,6 @@ onMounted(async () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
|
||||||
<CompetencyTotal />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<q-toolbar style="padding: 0">
|
<q-toolbar style="padding: 0">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="checkPermission($route)?.attrIsCreate"
|
v-if="checkPermission($route)?.attrIsCreate"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ import { useQuasar } from "quasar";
|
||||||
|
|
||||||
import { checkPermission } from "@/utils/permissions";
|
import { checkPermission } from "@/utils/permissions";
|
||||||
import { useRoute } from "vue-router";
|
import { useRoute } from "vue-router";
|
||||||
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
|
|
||||||
|
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
const dataLevel = ref<any>();
|
const dataLevel = ref<any>();
|
||||||
|
|
@ -72,11 +71,6 @@ onMounted(() => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="row q-mb-sm">
|
|
||||||
<div class="col-12">
|
|
||||||
<CompetencyTotal />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<q-card flat bordered>
|
<q-card flat bordered>
|
||||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,6 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts"></script>
|
||||||
import CompetencyTotal from "@/modules/01_masterdata/components/competency/Summary.vue";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="row q-mb-sm">
|
|
||||||
<div class="col-12">
|
|
||||||
<CompetencyTotal />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="display-table">
|
<div class="display-table">
|
||||||
<q-card flat bordered class="q-mb-lg">
|
<q-card flat bordered class="q-mb-lg">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue