From 04be32444133f4cd591c1d9b894912949c02fbd4 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 16 Mar 2023 22:04:03 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20input=20=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=A3?= =?UTF-8?q?=E0=B8=B9=E0=B9=89=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=AA?= =?UTF-8?q?=E0=B8=B2=E0=B8=A1=E0=B8=B2=E0=B8=A3=E0=B8=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_exam/components/Information.vue | 15 +++++++++++++++ src/modules/01_exam/interface/index/Main.ts | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) 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 = {