แก้ไข component ทะเบียนประวัติ

This commit is contained in:
Thanit Konmek 2023-08-03 15:22:59 +07:00
parent 98bcbe1bb1
commit 6730765a42
54 changed files with 3659 additions and 32 deletions

View file

@ -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";