ลบ component สมัครที่ไม่ใช้
This commit is contained in:
parent
abe8e9186c
commit
98738aa814
14 changed files with 20 additions and 697 deletions
|
|
@ -33,7 +33,7 @@ interface Information {
|
|||
provinceId: string | null
|
||||
districtId: string | null
|
||||
cardIdDate: Date | null
|
||||
relationship: string | null
|
||||
relationshipId: string | null
|
||||
statusId: string | null
|
||||
knowledge: string | null
|
||||
}
|
||||
|
|
@ -233,7 +233,7 @@ const defaultInformation = ref<Information>({
|
|||
email: null,
|
||||
province: null,
|
||||
cardIdDate: new Date(),
|
||||
relationship: null,
|
||||
relationshipId: null,
|
||||
knowledge: null,
|
||||
districtId: null,
|
||||
provinceId: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue