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 {
|
||||
fullName: string;
|
||||
|
||||
position: string;
|
||||
type: string;
|
||||
level: string;
|
||||
status: string | undefined;
|
||||
result: string | undefined;
|
||||
score: string;
|
||||
|
||||
avartar: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import { useCounterMixin } from "@/stores/mixin";
|
|||
import { useKpiDataStore } from "@/modules/14_KPI/store";
|
||||
|
||||
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";
|
||||
|
||||
// const modalScore = ref<boolean>(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue