ปรับฟอร์มสมรรถนะ

This commit is contained in:
Warunee Tamkoo 2024-04-19 11:42:15 +07:00
parent 029f261f98
commit a2279a234a
4 changed files with 262 additions and 142 deletions

View file

@ -3,7 +3,7 @@ import { ref } from "vue";
// store
export const useKPIDataStore = defineStore("KPIDataStore", () => {
const competencyType = ref<string>("ID1");
const competencyType = ref<string>("HEAD");
return { competencyType };
});