ปรับสมรรถนะ

This commit is contained in:
Warunee Tamkoo 2024-04-11 17:51:03 +07:00
parent 67d8038def
commit 38dcbb3428
8 changed files with 138 additions and 88 deletions

View file

@ -5,10 +5,14 @@ import { useCounterMixin } from "@/stores/mixin";
import { useQuasar } from "quasar";
import { useRouter } from "vue-router";
import { useKPIDataStore } from "@/modules/14_KPI/store/KPIStore";
import type { DataOption } from "@/modules/14_KPI/interface/index/Main";
import http from "@/plugins/http";
import config from "@/app.config";
const store = useKPIDataStore();
const router = useRouter();
const rows = ref<any>();
@ -52,7 +56,6 @@ const $q = useQuasar();
const mixin = useCounterMixin();
const { dialogRemove, messageError, showLoader, hideLoader, success } = mixin;
const competencyType = ref<string>("ID1");
const filterKeyword = ref<string>("");
const visibleColumns = ref<string[]>(["competency"]);
@ -130,7 +133,7 @@ onMounted(async () => {
<template>
<q-toolbar style="padding: 0">
<q-select
v-model="competencyType"
v-model="store.competencyType"
outlined
label="ประเภทสมรรถนะ"
dense