From 98738aa8148160ac9294b16a16f5fe561de8dc52 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 30 Mar 2023 22:37:24 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A5=E0=B8=9A=20component=20=E0=B8=AA?= =?UTF-8?q?=E0=B8=A1=E0=B8=B1=E0=B8=84=E0=B8=A3=E0=B8=97=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=83=E0=B8=8A=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/exam/api.metadata.ts | 3 - src/components/top.vue | 4 - src/modules/01_exam/components/Conference.vue | 16 +-- src/modules/01_exam/components/ExamForm.vue | 8 +- .../01_exam/components/Form/Address.vue | 108 +-------------- .../01_exam/components/Form/Career.vue | 42 ------ .../01_exam/components/Form/Document.vue | 30 +--- .../01_exam/components/Form/Education.vue | 46 ------ .../01_exam/components/Form/Family.vue | 106 +------------- .../01_exam/components/Form/Information.vue | 131 +----------------- .../01_exam/components/Form/Occupation.vue | 106 +------------- .../01_exam/components/Form/Profile.vue | 82 +---------- src/modules/01_exam/interface/index/Main.ts | 4 +- src/modules/01_exam/views/ExamDetail.vue | 31 ----- 14 files changed, 20 insertions(+), 697 deletions(-) diff --git a/src/api/exam/api.metadata.ts b/src/api/exam/api.metadata.ts index b76e483..8544314 100644 --- a/src/api/exam/api.metadata.ts +++ b/src/api/exam/api.metadata.ts @@ -1,5 +1,4 @@ import env from '../index' -const dashbord = `${env.API_URI}/dashbord/` const prefix = `${env.API_URI}/prefix/` const religion = `${env.API_URI}/religion/` const relationship = `${env.API_URI}/relationship/` @@ -9,8 +8,6 @@ const district = `${env.API_URI}/district/` const subDistrict = `${env.API_URI}/sub-district/` export default { - countDashbordSubHistory: (type: number) => `${dashbord}${type}`, - countDashbordHistory: `${dashbord}`, prefix, religion, relationship, diff --git a/src/components/top.vue b/src/components/top.vue index a3afb58..d1a538a 100644 --- a/src/components/top.vue +++ b/src/components/top.vue @@ -115,10 +115,6 @@ const props = defineProps({ defualt: false, required: true }, - disable: { - type: Boolean, - defualt: false - }, add: { type: Function, default: () => console.log('not function') diff --git a/src/modules/01_exam/components/Conference.vue b/src/modules/01_exam/components/Conference.vue index bc8037d..72d5bdb 100644 --- a/src/modules/01_exam/components/Conference.vue +++ b/src/modules/01_exam/components/Conference.vue @@ -4,14 +4,6 @@
ข้อกำหนดและเงื่อนไข
- @@ -88,14 +80,12 @@ - -