This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-13 17:04:01 +07:00
parent 425a496209
commit d4bcff0b7b
2 changed files with 1 additions and 3 deletions

View file

@ -1,13 +1,11 @@
interface FormProfile { interface FormProfile {
fullName: string; fullName: string;
position: string; position: string;
type: string; type: string;
level: string; level: string;
status: string | undefined; status: string | undefined;
result: string | undefined; result: string | undefined;
score: string; score: string;
avartar: string; avartar: string;
} }

View file

@ -10,7 +10,7 @@ import { useCounterMixin } from "@/stores/mixin";
import { useKpiDataStore } from "@/modules/14_KPI/store"; import { useKpiDataStore } from "@/modules/14_KPI/store";
import DialogHeader from "@/components/DialogHeader.vue"; import DialogHeader from "@/components/DialogHeader.vue";
import type { FormProfile } from "@/modules/14_KPI/interface/request/index"; import type { FormProfile } from "@/modules/14_KPI/interface/request/Index";
import type { DataOption } from "@/modules/14_KPI/interface/index/Main"; import type { DataOption } from "@/modules/14_KPI/interface/index/Main";
// const modalScore = ref<boolean>(false); // const modalScore = ref<boolean>(false);