From 9662fbedd888b71238787e26e07c75a9b432f4aa Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 14 Mar 2024 11:49:18 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9ACardV?= =?UTF-8?q?iew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Achievement/01_ProfessionalLicense.vue | 40 +++++---- .../detail/Achievement/02_Train.vue | 51 +++++++----- .../PersonalInformation/05_Education.vue | 81 ++++++++++++++----- .../PersonalInformation/06_SpecialSkill.vue | 39 +++++---- 4 files changed, 139 insertions(+), 72 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue index 80f71b65f..ddf8b2574 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue @@ -268,10 +268,10 @@ function closeHistoryDialog() { - + diff --git a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue index 02afee66d..9204dc0ce 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue @@ -434,7 +434,7 @@ watch( class="q-pa-xs col-xs-12 col-sm-6 col-md-6 col-lg-6 grid-style-transition" > - + - - - {{ col.label }} - - - - {{ col.value ? date2Thai(col.value) : "-" }} - - - {{ col.value }} - - +
+
+
{{ col.label }}
+
+
+
+ {{ col.value ? date2Thai(col.value) : "-" }} +
+
{{ col.value }}
+
+
+
@@ -928,4 +929,12 @@ watch( .borderCard { border: 1px solid #d0d0d0; } + +.label-color { + color: #747474cc; +} + +.bg-color { + background-color: #fafafa; +} diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue index 57484d532..e377befbb 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue @@ -168,6 +168,7 @@ const columns = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, ]); +const backgroundColor = "grey-2"; const isDate = ref("false"); const educationOption = ["ใช่", "ไม่ใช่"]; const historyDialog = ref(false); @@ -483,32 +484,60 @@ watch( - -
-
-
-
{{ col.label }}
+
+
ระดับการศึกษา
+
{{ props.cols[0].value }}
+
สถานศึกษา
+
{{ props.cols[1].value }}
+
+
+
ตั้งแต่
+
+ {{ date2Thai(props.cols[2].value) }}
-
-
- {{ col.value ? date2Thai(col.value) : "-" }} -
- -
{{ col.value }}
+
ถึง
+
+ {{ date2Thai(props.cols[3].value) }}
- +
วันที่สำเร็จการศึกษา
+
+ {{ date2Thai(props.cols[4].value) }} +
+
+
+
+ เป็นวุฒิการศึกษาในตำแหน่ง +
+
{{ props.cols[5].value }}
+
วุฒิการศึกษา
+
{{ props.cols[6].value }}
+
+
+
สาขาวืชา/ทาง
+
{{ props.cols[7].value }}
+
ทุน
+
{{ props.cols[8].value }}
+
+
+
เกรดเฉลี่ย
+
{{ props.cols[9].value }}
+
ประเทศ
+
{{ props.cols[10].value }}
+
+
+
ข้อมูลการติดต่อ
+
{{ props.cols[11].value }}
+
ระยะเวลา
+
{{ props.cols[12].value }}
+
+
+
+
ระยะเวลาหลักสูตร
+
{{ props.cols[13].value }}
+
+
@@ -974,4 +1003,12 @@ watch( .borderCard { border: 1px solid #d0d0d0; } + +.label-color { + color: #747474cc; +} + +.bg-color { + background-color: #fafafa; +} diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue index ea7dcf2e7..4c789a446 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue @@ -84,7 +84,7 @@ const rows = [ }, ]; const dialog = ref(false); - +const backgroundColor = "grey-2"; const formFilter = reactive({ page: 1, pageSize: 10, @@ -242,10 +242,10 @@ async function onSubmit() { @@ -350,6 +352,7 @@ async function onSubmit() { + console.log("🚀 ~ bg-white:", bg-white) - +