แก้ไข component ทะเบียนประวัติ
This commit is contained in:
parent
98bcbe1bb1
commit
6730765a42
54 changed files with 3659 additions and 32 deletions
|
|
@ -414,13 +414,13 @@ import { useQuasar } from "quasar";
|
|||
import type {
|
||||
Information,
|
||||
DataOption,
|
||||
} from "@/modules/04_registry/components/profileType";
|
||||
import { defaultInformation } from "@/modules/04_registry/components/profileType";
|
||||
import type { RequestItemsHistoryObject } from "@/modules/04_registry/interface/request/Information";
|
||||
import type { ResponseObject } from "@/modules/04_registry/interface/response/Information";
|
||||
import type { InformationOps } from "@/modules/04_registry/interface/index/Main";
|
||||
import OldName from "@/modules/04_registry/components/Information/OldName.vue";
|
||||
import HeaderTop from "@/modules/04_registry/components/Information/top.vue";
|
||||
} from "@/components/information/interface/profileType";
|
||||
import { defaultInformation } from "@/components/information/interface/profileType";
|
||||
import type { RequestItemsHistoryObject } from "@/components/information/interface/request/Information";
|
||||
import type { ResponseObject } from "@/components/information/interface/response/Information";
|
||||
import type { InformationOps } from "@/components/information/interface/index/Main";
|
||||
import OldName from "@/components/information/OldName.vue";
|
||||
import HeaderTop from "@/components/information/top.vue";
|
||||
import HistoryTable from "@/components/TableHistory.vue";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue