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) - +