ปรับฟอร์มสมรรถนะ
This commit is contained in:
parent
029f261f98
commit
a2279a234a
4 changed files with 262 additions and 142 deletions
|
|
@ -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 };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue