fix
This commit is contained in:
parent
425a496209
commit
d4bcff0b7b
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue