แบบประเมิน => class rating
This commit is contained in:
parent
3c0c3717a0
commit
6f5fb7117f
3 changed files with 233 additions and 13 deletions
|
|
@ -170,6 +170,14 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
}
|
||||
}
|
||||
|
||||
const ratingColors = ref<string[]>([
|
||||
"light-blue-3",
|
||||
"light-blue-6",
|
||||
"blue",
|
||||
"blue-9",
|
||||
"blue-10",
|
||||
]);
|
||||
|
||||
return {
|
||||
tabMain,
|
||||
dataProfile,
|
||||
|
|
@ -181,6 +189,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
checkCompetency,
|
||||
checkCompetencyDefaultCompetencyLevel,
|
||||
defaultCompetencyCoreLevel,
|
||||
defaultCompetencyGroupLevel
|
||||
defaultCompetencyGroupLevel,
|
||||
ratingColors,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue