diff --git a/src/modules/01_exam/components/Information.vue b/src/modules/01_exam/components/Information.vue
index c661392..e679ba5 100644
--- a/src/modules/01_exam/components/Information.vue
+++ b/src/modules/01_exam/components/Information.vue
@@ -273,6 +273,21 @@
mask="##########"
/>
+
+
+
diff --git a/src/modules/01_exam/interface/index/Main.ts b/src/modules/01_exam/interface/index/Main.ts
index ec44f01..0c8fa42 100644
--- a/src/modules/01_exam/interface/index/Main.ts
+++ b/src/modules/01_exam/interface/index/Main.ts
@@ -31,6 +31,7 @@ interface Information {
provinceId: string
cardIdDate: Date
statusId: string
+ knowledge: string
}
interface Family {
@@ -125,7 +126,8 @@ const defaultInformation: Information = {
email: 'kittapath@frappet.com',
provinceId: 'กรุงเทพ',
cardIdDate: new Date('2000-01-10'),
- statusId: 'โสด'
+ statusId: 'โสด',
+ knowledge: 'excel, word, photoshop'
}
const defaultFamily: Family = {